[gnu.gcc.bug] Bison and YYERROR

lupton@uhccux.uhcc.hawaii.edu (Robert Lupton) (01/06/90)

Using a copy of bison dated 1986, I see that the macro YYERROR simply
returns 1, rather than simulating an error (as claimed in both the bison
and YACC manuals). Is this a bug, or am I missing something? Yacc
correctly (I think) generates a goto yyerrorlab;.

		Robert