Syntax errors in include files????

D'Arcy J.M. Cain darcy at druid.uucp
Thu May 3 01:24:25 AEST 1990


In article <222 at dynasys.UUCP> jessea at dynasys.UUCP () writes:
>I'm getting all kinds of syntax errors from include files when I try
>to compile stuff - like times.h, types.h.  Can anyone tell me why
>I'm getting syntax errors from my include files?  I haven't done any

Not much information here.  Try looking at the .c file at some point
*before* the include statement for the problem file.  You may have 
made some error which doesn't show up until processing the header file.
Failing this tell us what compiler you are using and the first few errors
you get.

-- 
D'Arcy J.M. Cain (darcy at druid)     |   Government:
D'Arcy Cain Consulting             |   Organized crime with an attitude
West Hill, Ontario, Canada         |
(416) 281-6094                     |



More information about the Comp.lang.c mailing list