mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
Document how `%define "var" "value"' is not M4-friendly.
* src/parse-gram.y (variable): In comments here.
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user