Icarus support returning a string version of a macro ``<MACRO>. The problem was that it did not escape '\' or '"' so if the macro to be escaped had either of these it would create an invalid string. This patch fixes this by translating these two codes to their octal equivalent when the macro is converted. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| globals.h | ||
| ivlpp.txt | ||
| lexor.lex | ||
| main.c | ||