]> git.saurik.com Git - bison.git/commit
parser: do not convert $ and @ in code values of %define variables
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 18 Apr 2013 14:37:23 +0000 (16:37 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 18 Apr 2013 14:37:23 +0000 (16:37 +0200)
commit9402b623533a83d8aade70988622ad7e5f063117
tree1d84c69d199c15e550e0ab6b574dc2dbc3243d93
parent985d7177e8aaedcabe48dd911077ddcc8f74891f
parser: do not convert $ and @ in code values of %define variables

* src/parse-gram.y (value: "{...}"): Just strip the braces, but pass
the value as is.
src/parse-gram.y