'i' undeclared?! YOURE undeclared! The whole freaking system isu ndeclared!

Alexandre Oliva aoliva@redhat.com
Wed Mar 7 18:13:00 GMT 2001


On Mar  7, 2001, "Federspiel, Charles" <Charles.Federspiel@hbo.com> wrote:

> textjpeg.c: In function `write_JPEG_file':
> textjpeg.c:85: parse error before `int'

In C, after the first statement, you can only have declarations in
nested blocks.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc-help mailing list