This is the mail archive of the gcc-bugs@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: Help needed with parse error


On Aug 12, 1999, Simon <s.martin@sheffield.ac.uk> wrote:

> "In file included from file.c:27:
>   /usr/include/stdio.h:216: parse error before
> `_IO_cookie_io_functions_t' "

Please read http://egcs.cygnus.com/faq.html#bugreport
There's little we can do without the preprocessed sources.

> extern FILE *fopencookie __P((void *_restrict __magic_cookie,
>                                                       __const char
> *__restrict __modes,
> _IO_cookie_iofunctions_t __io_funcs));

Could it be that _IO_cookie_io_functions_t hasn't been defined as a
type at that point?

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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