From: kf8nh@kf8nh.wariat.org (Brandon S. Allbery) Subject: Re: Parse Error Date: Sun, 31 Jan 1993 17:13:24 EST
I had responded to this via mail, but this post needs answering.
card@masi.ibp.fr (Remy CARD) writes:
> In article <728393322.F00037@remote.halcyon.com> Gary.Pfeffer@f1161.n261.z1.f
> > keywd.c:73:parse error before `typeof'
>
> name or by using the -ansi option which disables some GCC extensions (asm,
> inline and typeof keywords according to the manual page).
I don't advise that... a program that declares a long list of foo() with no
prototypes isn't likely to be ANSI C code.
++Brandon