]> andersk Git - splint.git/blobdiff - src/lcllib.c
Fixed problem with assertion checking for negative shifts in
[splint.git] / src / lcllib.c
index 205cbe44e233efd4ddbdf4599b1b028da5cdd61a..46b028ed13f67e875b8176f464818990e3b213d6 100644 (file)
@@ -394,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.039385 seconds and 4 git commands to generate.