]> andersk Git - splint.git/blobdiff - src/Headers/llmain.h
Fixed problem with NULL being changed.
[splint.git] / src / Headers / llmain.h
index 89ca3dcc5437ff0aa42f2958a2790b558d84b735..1a2e33113577cb1d4ca1db0432139340c7a8a36a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -7,27 +7,16 @@
 # define LLMAIN_H
 
 extern int main (int p_argc, char *p_argv[])
-# ifdef NOLCL
   /*@globals killed undef g_currentloc,
-            killed undef yyin,
-                    undef g_warningstream,
-   @*/
-  /*@modifies g_currentloc, fileSystem, internalState, yyin; 
-  @*/
-# else
-  /*@globals killed undef g_currentloc,
-            killed       g_localSpecPath,  
             killed undef g_currentSpec,
             killed undef g_currentSpecName,
             killed undef g_currentloc,
             killed undef yyin,
                     undef g_warningstream;
    @*/
-  /*@modifies g_currentloc,
-              g_localSpecPath, g_currentSpec, g_currentSpecName,
+  /*@modifies g_currentloc, g_currentSpec, g_currentSpecName,
              yyin, internalState, fileSystem; 
   @*/ 
-# endif
   ;
 
 extern /*@noreturn@*/ void llexit (int p_status);      
@@ -38,10 +27,8 @@ extern void showHerald (void);
 extern int yyparse (void);
 extern void yyrestart (/*@dependent@*/ FILE *);
 
-# ifndef NOLCL
 extern int ylparse (void);
 extern int lslparse (void);
-# endif
 
 extern /*:open:*/ /*@dependent@*/ FILE *yyin;
 /*@=incondefs@*/ /*@=redecl@*/
This page took 0.095851 seconds and 4 git commands to generate.