Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!sun-barr!ames!uhccux!lupton From: lupton@uhccux.uhcc.hawaii.edu (Robert Lupton) Newsgroups: gnu.gcc.bug Subject: Bison and YYERROR Message-ID: <6044@uhccux.uhcc.hawaii.edu> Date: 5 Jan 90 21:25:18 GMT Organization: University of Hawaii Lines: 6 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