]> andersk Git - splint.git/blobdiff - src/typeIdSet.c
Added llgrammar_gen2.h
[splint.git] / src / typeIdSet.c
index 6df70c6567eaa067e0f3b3e5cb295d1ebe40a49c..473bd9790eb29331c4841dd97486213fa5db765e 100644 (file)
@@ -95,7 +95,7 @@ static /*@unused@*/ void tistable_printOut (void)
     {
       cstring s = usymIdSet_unparse (tistable[i]);
 
-      fprintf (g_msgstream, "%d: %s\n", i, cstring_toCharsSafe (s));
+      fprintf (g_warningstream, "%d: %s\n", i, cstring_toCharsSafe (s));
       cstring_free (s);
     }
 }
This page took 0.032991 seconds and 4 git commands to generate.