]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
Remove quotes from variables names in %define directives and from
[bison.git] / tests / calc.at
index cd37de1801795695c8ce5eccfecad120ba5099ad..e9411d2783f74ed1dc624c72392ac0fba1f177bd 100644 (file)
@@ -41,7 +41,7 @@ AT_DATA_GRAMMAR([calc.y],
 [[/* Infix notation calculator--calc */
 ]$4
 AT_SKEL_CC_IF(
-[%define "global_tokens_and_yystype"])[
+[%define global_tokens_and_yystype])[
 %{
 #include <stdio.h>