* src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING

instead of muscle_insert for %define values so that M4-special
characters are replaced with digraphs.
* tests/input.at (%define errors): Extend to check weird values.
This commit is contained in:
Joel E. Denny
2007-01-08 22:06:55 +00:00
parent 6afc30cc87
commit e9813cd4f8
4 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
* src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
instead of muscle_insert for %define values so that M4-special
characters are replaced with digraphs.
* tests/input.at (%define errors): Extend to check weird values.
2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
Instead of having skeletons declare all valid %define variables and