]> andersk Git - splint.git/blobdiff - src/cpplib.c
Fixed problem with assertion checking for negative shifts in
[splint.git] / src / cpplib.c
index 4b4e1622b967d8918c902f724e5a1b2d7e85591b..edafd9e7534e0c25fcf91b53b512cd90a8771bd1 100644 (file)
@@ -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...
This page took 0.033448 seconds and 4 git commands to generate.