]> andersk Git - splint.git/blobdiff - configure.ac
Fixed problem with NULL being changed.
[splint.git] / configure.ac
index efc3c6008014b3f990730952e3b23f8923a0a48d..366916ae630f64b463bb4e6eeb02f87b8ae4d113 100644 (file)
@@ -17,8 +17,8 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, AC_PACKAGE_BUGREPORT)
 AM_CONFIG_HEADER([config.h:config.hin])
 
 dnl Prepare for Splint processing of config.h
-AH_TOP([/*@ -constmacros@*/])
-AH_BOTTOM([/*@ =constmacros@*/])
+AH_TOP([/*@ -macroconstdecl@*/])
+AH_BOTTOM([/*@ =macroconstdecl@*/])
 
 dnl Checks for programs.
 #drl 12-19-2001 commented out so Splint won't depend on C++
This page took 0.032685 seconds and 4 git commands to generate.