]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
api.namespace: demonstrate and use {...} values instead of "..." values
[bison.git] / tests / headers.at
index 203c8fc65f42255673c52f33f7bf327c12171ebe..11b8c917035c14549da451c507c3dc31e1b4e0c0 100644 (file)
@@ -41,7 +41,7 @@ AT_DATA_GRAMMAR([$1.y],
 ]AT_YYLEX_DECLARE_EXTERN[
 %}
 %%
-dummy:;
+dummy: /* empty */;
 %%
 #include <$1.h>
 ])
@@ -81,7 +81,7 @@ AT_DATA_GRAMMAR([input.y],
 ]AT_YYLEX_DEFINE[
 %}
 %%
-exp:;
+exp: /* empty */;
 ]])
 
 AT_BISON_CHECK([--defines -o input.c input.y])