]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
tests: fix a title
[bison.git] / tests / actions.at
index 6c1ecbc1f6dfcf65f32e6c11598ebcd299a6d27b..7220b715418b6e35a51efb83ab2459719d9238c6 100644 (file)
@@ -1,6 +1,6 @@
 e# Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -596,7 +596,7 @@ thing:
 ;
 %%
 /* Alias to ARGV[1]. */
-const char *source = YY_NULL;
+const char *source = YY_NULLPTR;
 
 ]AT_YYERROR_DEFINE[