]> andersk Git - splint.git/blobdiff - src/llmain.c
Fixed state clauses. Added obvious loop exec checking.
[splint.git] / src / llmain.c
index eca540b57fb7f024cb093ba4eb5e14e0b327601e..5bf2b57dde01c930d53a5585f8f1a4e0882a2232 100644 (file)
@@ -1794,7 +1794,7 @@ printParseErrors (void)
            "other compiler extensions by using a pre-processor define. "
            "Alternately, you can surround the unparseable code with");
   llmsglit ("");
-  llmsglit ("   # ifndef __LCLINT__");
+  llmsglit ("   # ifndef S_SPLINT_S");
   llmsglit ("   ...");
   llmsglit ("   # endif");
   llmsglit ("");
This page took 0.034922 seconds and 4 git commands to generate.