Re: identifiers in header files

2007-03-07 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: > Paul Eggert wrote: >> > extern long double acosl (long double x); >> >> In proofreading this I noticed that gnulib math.h isn't 100% >> compatible with C99 math.h, since it doesn't allow you to include >> math.h after a perverse macro definition like "

Re: identifiers in header files

2007-03-07 Thread Bruno Haible
Paul Eggert wrote: > > extern long double acosl (long double x); > > In proofreading this I noticed that gnulib math.h isn't 100% > compatible with C99 math.h, since it doesn't allow you to include > math.h after a perverse macro definition like "#define x char *". > Other gnulib .h files (e.g.,