X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/368f75ae50489f85a5f83f997f050653f48e5d18..b8dce3c7c286678208d27713c5380cfe35867101:/src/cpplib.c diff --git a/src/cpplib.c b/src/cpplib.c index 4b4e162..edafd9e 100644 --- a/src/cpplib.c +++ b/src/cpplib.c @@ -3757,7 +3757,9 @@ initialize_builtins (cppReader *pfile) /*drl 1/9/2001/ try to define the right symbol for the architecture We use autoconf to determine the target cpu */ +# ifndef S_SPLINT_S cpplib_installBuiltin ("__" TARGET_CPU, ctype_int, -1, T_CONST, 2, NULL, -1); +# endif /*drl 1/2/2002 set some flags based on uname I'd like to be able to do this with autoconf macro instead...