]> andersk Git - splint.git/blobdiff - src/help.c
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / help.c
index 60f0324a0d407e16bf5c5101afad6452c5bec2da..c467995323ef00b231c32d5488cf8c09e9eae548 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Splint - annotation-assisted static program checker
-** Copyright (C) 1994-2002 University of Virginia,
+** Copyright (C) 1994-2003 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -30,6 +30,7 @@
 # include "help.h"
 # include "osd.h"
 # include "portab.h"
+# include "llmain.h"
 # include "version.h"
 
 static void
@@ -78,7 +79,7 @@ describeVars (void)
   llmsglit ("   --- path used to find #include'd files");
 
   llmsg (message 
-        ("systemdirs = %s (set by -systemdirs or environment variable %s)", /*@i413223@*/
+        ("systemdirs = %s (set by -systemdirs or environment variable %s)", 
          context_getString (FLG_SYSTEMDIRS),
          INCLUDEPATH_VAR));
 
This page took 0.028747 seconds and 4 git commands to generate.