]> git.saurik.com Git - bison.git/commitdiff
* data/bison.simple: Remove unnecessary commentary and white
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Apr 2002 05:56:13 +0000 (05:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Apr 2002 05:56:13 +0000 (05:56 +0000)
space differences from 1_29-branch.
Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).

(union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
constructors or destructors.

(yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.


No differences found