Files
bison/src
Paul Eggert a706a1cc03 Remove stack option. We no longer use the stack, since the stack was
never deeper than 1; instead, use the new auto var c_context to record
the stacked value.

Remove nounput option.  At an unexpected end of file, we now unput
the minimal input necessary to end cleanly; this simplifies the
code.

Avoid unbounded token sizes where this is easy.

(unexpected_end_of_file): New function.
Use it to systematize the error message on unexpected EOF.
(last-string): Now auto, not static.
(YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
(scanner_last_string_free): Remove; not used.
(percent_percent_count): Move decl to just before use.
(SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
not the (never otherwised-used) CHARACTER.
2002-11-08 05:20:20 +00:00
..
2002-02-05 10:15:24 +00:00
2002-11-06 08:08:46 +00:00
2002-11-06 08:08:46 +00:00
2002-10-17 01:29:01 +00:00
2002-11-06 14:11:47 +00:00
2002-11-06 16:22:04 +00:00
2002-10-25 06:05:50 +00:00
2002-10-25 06:05:50 +00:00
2002-11-06 14:11:47 +00:00
2002-11-07 12:50:34 +00:00
2002-11-06 16:22:04 +00:00
2002-11-03 07:56:25 +00:00
2001-10-04 14:55:21 +00:00