]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
c++: locations: provide convenience constructors.
[bison.git] / tests / actions.at
index 2da529411568ab62d688be6f9501735c6dab7678..bb2201dbea42663fc1d2fcf7b5705a8f9a7a552c 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[)
@@ -1586,7 +1586,6 @@ AT_COMPILE([[input]])
 AT_PARSER_CHECK([[./input]], [[0]],
 [[a: 123
 a: 456
-a: 789
 ]])
 
 AT_CLEANUP