Document how `%define "var" "value"' is not M4-friendly.

* src/parse-gram.y (variable): In comments here.
(cherry picked from commit 904ea1bca411d4d5f4f729e7f2982841a858f5ea)

Conflicts:

	src/parse-gram.c
This commit is contained in:
Joel E. Denny
2009-04-29 20:05:32 -04:00
parent 8f0d265e9d
commit c9aded4b88
4 changed files with 21 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
2009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
Document how `%define "var" "value"' is not M4-friendly.
* src/parse-gram.y (variable): In comments here.
2009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
Clean up recent patches a little.