]> git.saurik.com Git - bison.git/blobdiff - tests/local.at
%define: accept unquoted values.
[bison.git] / tests / local.at
index 38cd295ad7368ba3ee71d92bccbc24746e7737a3..c71b12da1f0ef611a1a71c1d342489fa29cb4b30 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])])