Files
bison/tests
Paul Eggert ca407bdf9d * src/parse-gram.y: Include quotearg.h.
(string_as_id): Quote $1 before using it as a key, since the
lexer no longer quotes it for us.
(string_content): Don't strip quotes, since lexer no longer
quotes it for us.
* src/scan-gram.l: Include quotearg.h.
("\""): Omit quote.
("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
a key, since the rest of the lexer doesn't quote it.
* src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
* tests/regression.at (Token definitions): Check for backslashes
in token strings.
2005-04-16 06:32:51 +00:00
..
2003-03-14 01:31:24 +00:00
2004-10-05 09:58:58 +00:00
2004-04-28 06:52:51 +00:00
2005-04-12 22:35:53 +00:00
2005-01-01 09:23:41 +00:00
2002-07-31 19:49:52 +00:00