]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
tests: style changes.
[bison.git] / tests / actions.at
index 4199a3efbf42179e98e4640087696e0a10a3a8a3..8be86f073476755736f605e439eba20de98e8481 100644 (file)
@@ -345,7 +345,7 @@ thing:
 ;
 %%
 /* Alias to ARGV[1]. */
-const char *source = 0;
+const char *source = YY_NULL;
 
 static int
 yylex (]AT_LEX_FORMALS[)
@@ -889,7 +889,7 @@ AT_CLEANUP
 AT_SETUP([Default %printer and %destructor for user-defined end token])
 
 # _AT_CHECK_DEFAULT_PRINTER_AND_DESTRUCTOR_FOR_END_TOKEN(TYPED)
-# -----------------------------------------------------------------------------
+# -------------------------------------------------------------
 m4_define([_AT_CHECK_DEFAULT_PRINTER_AND_DESTRUCTOR_FOR_END_TOKEN],
 [m4_if($1, 0,
   [m4_pushdef([kind], []) m4_pushdef([not_kind], [*])],
@@ -1586,7 +1586,6 @@ AT_COMPILE([[input]])
 AT_PARSER_CHECK([[./input]], [[0]],
 [[a: 123
 a: 456
-a: 789
 ]])
 
 AT_CLEANUP