]> andersk Git - splint.git/blobdiff - src/llmain.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / llmain.c
index 887ec77e3494f2af4c573b0ceb15f27f2d144cde..5a389160ab56cebfec5716662427a61ccbfa95b8 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
@@ -49,7 +49,7 @@
 # endif
 
 # include "splintMacros.nf"
-# include "llbasic.h"
+# include "basic.h"
 # include "osd.h"
 # include "help.h"
 
@@ -554,7 +554,7 @@ int main (int argc, char *argv[])
                    if (++i < argc)
                      {
                        fname = cstring_fromChars (argv[i]);
-                       setStringFlag (opt, fname);
+                       flags_setStringFlag (opt, fname);
                      }
                    else
                      {
This page took 0.032159 seconds and 4 git commands to generate.