]> andersk Git - splint.git/blobdiff - src/imports.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / imports.c
index 55c937bfe3a1e2a07869529bd59465d7718694f4..c6c4441ec5de19af3fe693e312733f902057d2a7 100644 (file)
@@ -32,7 +32,7 @@
 */
 
 # include "splintMacros.nf"
-# include "llbasic.h" 
+# include "basic.h" 
 # include "osd.h"
 # include "llgrammar.h" /* need simpleOp, MULOP and logicalOp in makeInfixTermNode */
 # include "lclscan.h"
@@ -124,7 +124,7 @@ importCTrait (void)
          callLSL (cstring_makeLiteralTemp (CTRAITSPECNAME),
                   message ("includes %s (%s for String)",
                            cstring_fromChars (CTRAITFILENAMEN), 
-                           cstring_fromChars (sort_getName (sort_cstring))));
+                           cstring_fromChars (sort_getName (g_sortCstring))));
          cstring_free (infile);
          break;
        }
This page took 0.038919 seconds and 4 git commands to generate.