]> git.saurik.com Git - bison.git/blobdiff - tests/local.at
Fix handling of yychar manipulation in user semantic actions.
[bison.git] / tests / local.at
index b09c5177ff9f4e998db7831e7b49effc4a359392..dc3897b5c406e51e84bbea79da1338822d05ff03 100644 (file)
@@ -77,7 +77,7 @@ m4_pushdef([AT_LOCATION_IF],
 [m4_bmatch([$3], [%locations], [$1], [$2])])
 m4_pushdef([AT_PURE_IF],
 [m4_bmatch([$3], [%define  *api\.pure\|%pure-parser],
-           [m4_bmatch([$3], [%define  *api\.pure *"false"], [$2], [$1])],
+           [m4_bmatch([$3], [%define  *api\.pure *"?false"?], [$2], [$1])],
            [$2])])
 m4_pushdef([AT_PURE_AND_LOC_IF],
 [m4_bmatch([$3], [%locations], [AT_PURE_IF($@)], [$2])])