* src/lex.c (literalchar): Simply return the char you decoded, non

longer mess around with obstacks and int pointers.
Adjust all callers.
This commit is contained in:
Akim Demaille
2001-12-14 16:03:28 +00:00
parent 92790e5bf0
commit 2648a72df7
4 changed files with 53 additions and 58 deletions

View File

@@ -1,3 +1,9 @@
2001-12-14 Akim Demaille <akim@epita.fr>
* src/lex.c (literalchar): Simply return the char you decoded, non
longer mess around with obstacks and int pointers.
Adjust all callers.
2001-12-14 Akim Demaille <akim@epita.fr>
* src/lex.c (literalchar): Don't escape the special characters,