]> git.saurik.com Git - bison.git/commit - src/output.c
* src/lex.c (literalchar): Don't escape the special characters,
authorAkim Demaille <akim@epita.fr>
Fri, 14 Dec 2001 15:39:05 +0000 (15:39 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 14 Dec 2001 15:39:05 +0000 (15:39 +0000)
commit92790e5bf0c5b23e4a1d92ab8a9204e69db1eaf2
tree935f8a6c44a8d6407682f6a38e3b596c4171f435
parent927c15577418c9c18feea508854a3f49bb03aa9f
* src/lex.c (literalchar): Don't escape the special characters,
just decode them, and keep them as char (before, eol was output as
the 2 char string `n' etc.).
* src/output.c (output_rule_data): Use quotearg to output the
token strings.
ChangeLog
src/lex.c
src/output.c