]> andersk Git - splint.git/blobdiff - src/lcllib.c
Fixed declarations of inptr_t and uintptr_t.
[splint.git] / src / lcllib.c
index 300ab7aa69d9e8044fa0c7c9e981b34392ff0bdd..46b028ed13f67e875b8176f464818990e3b213d6 100644 (file)
@@ -46,7 +46,6 @@
 
 # include "lcllib.h"
 # include "llmain.h"
-# include "portab.h"
 
 /*@-incondefs@*/ /*@-redecl@*/
 extern /*:open:*/ /*@dependent@*/ FILE *yyin;
@@ -395,7 +394,8 @@ loadStandardState ()
                    *tt = '\0';
 
                  lldiagmsg (message ("Standard library: %s", fpath));
-                 lldiagmsg (message ("   (created using %s)", cstring_fromChars (t)));
+                 /* evans 2004-01-13: removed this (it is the libversion which is confusing) */
+                 /*   lldiagmsg (message ("   (created using %s)", cstring_fromChars (t)));                */
                }
 
              sfree (ot);
This page took 0.082267 seconds and 4 git commands to generate.