]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
c++: use nullptr for C++11.
[bison.git] / tests / actions.at
index ed913cd18cbc5947c461cfa6aca1020113f75b4f..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[)