]> andersk Git - splint.git/blobdiff - src/cppexp.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / cppexp.c
index 8182205af963c9a4898e8c5daa4c6c8456d15e29..60f16b015340d9a2c167b41b2b7cd68ee65c1371 100644 (file)
@@ -57,7 +57,7 @@ Written by Per Bothner 1994.  */
 
 # include <string.h> 
 # include "splintMacros.nf"
-# include "llbasic.h"
+# include "basic.h"
 # include "cpplib.h"
 # include "cpphash.h"
 # include "cppexp.h"
@@ -366,7 +366,6 @@ cppReader_parseNumber (cppReader *pfile, char *start, int olen) /*@requires maxR
   
   if (overflow)
     {
-      /*@i23 add flags for all these...*/
       cppReader_pedwarnLit
        (pfile, 
         cstring_makeLiteralTemp ("Integer constant out of range"));
This page took 0.03287 seconds and 4 git commands to generate.