]> andersk Git - splint.git/blobdiff - src/cpplib.c
Updated build to use automake files created by Tim Van Holder.
[splint.git] / src / cpplib.c
index 58015619fde869cbf073c995229a3b3645522a35..8feb56cbc838e64c40fbeec08bf34228b2f8d204 100644 (file)
@@ -504,7 +504,7 @@ static struct directive directive_table[] = {
   {  4, do_line, "line", T_LINE, TRUE, FALSE, FALSE },
   {  5, do_ident, "ident", T_IDENT, TRUE, FALSE, TRUE },
   /* {  8, do_unassert, "unassert", T_UNASSERT, TRUE, FALSE, FALSE }, */
-  {  -1, 0, "", T_UNUSED, FALSE, FALSE, FALSE },
+  {  -1, NULL, "", T_UNUSED, FALSE, FALSE, FALSE },
 };
 /*@noaccess cstring@*/
 
This page took 0.166606 seconds and 4 git commands to generate.