]> git.saurik.com Git - bison.git/commit - data/yacc.c
(YYSTACK_ALLOC_MAXIMUM): New macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2005 06:25:03 +0000 (06:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2005 06:25:03 +0000 (06:25 +0000)
commit506ffb1f7442541ace4623e03d9ba2a6f32a663e
tree9e531497313a01343cab9ba7e5f013ac31f5b81b
parentffc9da3a52d78890d793991226943c99b6bad446
(YYSTACK_ALLOC_MAXIMUM): New macro.
(YYSIZE_T): Define to unsigned long int when using an older compiler.
(yyparse): Revamp code to generate long syntax error message, to
make it easier to translate, and to avoid problems with arithmetic
overflow.  Change "virtual memory" to "memory" in diagnostic, since
we don't know whether the memory is virtual.
data/yacc.c