Bob Rossi <[EMAIL PROTECTED]> writes: > No, I'm going to have to take another look at it though. Are you going > to commit the last patch I posted?
I'd like to, but it causes tests to fail when I apply that patch to CVS Bison. Here's the first failure: $ cd tests $ ./testsuite -v -d 90 ## --------------------------- ## ## GNU Bison 2.3a+ test suite. ## ## --------------------------- ## 90. calc.at:574: testing ... ./calc.at:574: bison -o calc.c calc.y ./calc.at:574: $CC $CFLAGS $CPPFLAGS $LDFLAGS -o calc calc.c $LIBS stderr: calc.c: In function 'yyparse': calc.c:1342: error: too few arguments to function 'yylex' calc.y: In function 'main': calc.y:262: warning: initialization makes pointer from integer without a cast calc.y:267: error: 'YYPUSH_MORE' undeclared (first use in this function) calc.y:267: error: (Each undeclared identifier is reported only once calc.y:267: error: for each function it appears in.) stdout: ./calc.at:574: exit code was 1, expected 0 90. calc.at:574: FAILED (calc.at:574) ...
