Simon Glover <[EMAIL PROTECTED]> wrote: > With a fresh checkout, I get:
> imcc.y:401: conflicting types for `YYSTYPE' > imcparser.h:6: previous declaration of `YYSTYPE' > /usr/lib/bison.simple: In function `yyparse': > /usr/lib/bison.simple:432: warning: passing arg 1 of `yylex' from > incompatible pointer type It seems, that Makefile did regenerate the imcparser.{c,h} files and that for some reason (old bison?) this didn't work. The generated files seem to have the same timestamp as imcc.y. Please do a make clean in imcc and update from CVS, I'll refresh the generated files with a newer time stamp. > Simon leo