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

* src/parse-gram.y (variable): In comments here.
This commit is contained in:
Joel E. Denny
2009-04-29 20:05:32 -04:00
parent 6789b8bd7b
commit ae618dcca5
3 changed files with 20 additions and 13 deletions

View File

@@ -545,6 +545,8 @@ rhs:
| variable and content.opt. |
*---------------------------*/
/* The STRING form of variable is deprecated and is not M4-friendly.
For example, M4 fails for `%define "[" "value"'. */
variable:
ID
| STRING { $$ = uniqstr_new ($1); }