]> andersk Git - splint.git/blobdiff - src/lcllib.c
Fixed line numbering when multi-line macro parameters are used.
[splint.git] / src / lcllib.c
index 04e2a34d43d00e81a29a52b617739ce75e8ced15..efaa31fe5cb40ffacface938ed52291c2319edca 100644 (file)
@@ -168,7 +168,7 @@ lcllib_isSkipHeader (cstring sname)
       return TRUE;
     }
 
-  if (context_getFlag (FLG_SKIPANSIHEADERS)
+  if (context_getFlag (FLG_SKIPISOHEADERS)
       && context_usingAnsiLibrary ())
     {
       
@@ -226,7 +226,7 @@ lcllib_isSkipHeader (cstring sname)
          if (context_getFlag (FLG_SKIPPOSIXHEADERS))
            {
              cstring_free (xname);
-             return TRUE;
+             return TRUE; /* evans 2002-03-02: investigate this warning */
            }
        }
       else
This page took 0.053894 seconds and 4 git commands to generate.