Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!ncrlnk!emdeng!btrue From: btrue@emdeng.Dayton.NCR.COM (Barry.True) Newsgroups: comp.lang.c Subject: Re: Syntax errors in include files???? Message-ID: <921@emdeng.Dayton.NCR.COM> Date: 4 May 90 12:25:16 GMT References: <222@dynasys.UUCP> <1990May2.152425.24723@druid.uucp> Reply-To: btrue@emdeng.UUCP (Barry.True) Organization: NCR, E&M Dayton Lines: 11 In article <1990May2.152425.24723@druid.uucp> darcy@druid.UUCP (D'Arcy J.M. Cain) writes: >In article <222@dynasys.UUCP> jessea@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 You also may have other include files which need to be included before these. Since you haven't given much information about what specific things the compiler is complaining about I can't give you much more help. You might want to check your programmers reference manual if you have one handy.