]> andersk Git - splint.git/blobdiff - src/macrocache.c
o Make lltok an abstract type, a pointer to structure instead of a plain
[splint.git] / src / macrocache.c
index 8f447087e3eebb192ef21c10d74bd02f304381e4..6a59b64bbdde7c0ce4b7d8e0ead88dde62817069 100644 (file)
@@ -353,13 +353,10 @@ extern void macrocache_processUndefinedElements (macrocache m)
                }
              else
                {
-                 if (context_getFlag (FLG_SHOWSCAN))
+                 if (!fileloc_isLib (fl))
                    {
-                     if (!fileloc_isLib (fl))
-                       {
-                         lldiagmsg (message ("< checking macros %q >",
-                                             fileloc_outputFilename (fl)));
-                       }
+                     displayScan (message ("checking macros %q",
+                                           fileloc_outputFilename (fl)));
                    }
                  
                  lastfl = fl;
This page took 0.034264 seconds and 4 git commands to generate.