This is the mail archive of the gcc@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: problem with gcc


On 17-Jan-2001, utih kelima <utih75@hotmail.com> wrote:
> #include <stdio.h>;
> #include <ctype.h>;
...
> pay80.c:1: `#include' expects "FILENAME" or <FILENAME>
> pay80.c:2: `#include' expects "FILENAME" or <FILENAME>
> 
> could u tell me what the problem?

There should be no semicolon (`;') after `#include <...>'.

Questions like this are probably more appropriately directed
to the newsgroup gnu.gcc.help.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.

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