iverilog/ivlpp
Cary R 9a04f1c380 Add escaping to the stringification of macros.
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.
2009-05-18 17:40:52 -07:00
..
Makefile.in Update mkinstalldirs to handle paths with spaces. 2009-02-04 08:44:22 -08:00
globals.h Make the addition of the local directory optional (include path). 2009-02-05 08:37:33 -08:00
ivlpp.txt Spelling fixes 2008-01-29 20:24:24 -08:00
lexor.lex Add escaping to the stringification of macros. 2009-05-18 17:40:52 -07:00
main.c Fix dependency file (-M) generation. 2009-02-25 13:59:28 -08:00