]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
options: don't accept "error=" for -f and -r
[bison.git] / tests / actions.at
index 302c1bbb1985a138eff817f94175838c630ccff0..9473f6ef24448437003b87eb4f7bab7158be2c72 100644 (file)
@@ -1011,7 +1011,7 @@ AT_DATA_GRAMMAR([[input]]$1[[.y]],
 start: { $$ = 'S'; } ;
 
 %%
-#include <stdlib.h> // abort
+#include <stdlib.h> /* abort */
 static int
 yylex (void)
 {