This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Minor except.h typo.


On Mon, Apr 02, 2001 at 10:09:15PM +0100, Graham Stott wrote:
> I believe these additions to except.h are missing an extern. 
> 
> /* Return true if type A catches type B.  */
> int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
> 
> /* Map a type to a runtime object to match type.  */
> tree (*lang_eh_runtime_type) PARAMS ((tree));

Yep.  Fixed.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]