]> andersk Git - splint.git/blobdiff - src/Headers/llmain.h
Committed my changes (but there are several splintme errors currently).
[splint.git] / src / Headers / llmain.h
index 3d7b0fc997a9e3dfc55ab9fc975a2403aa15394c..fe44cfe911d19db5da5d231040706f2772da55e2 100644 (file)
@@ -7,12 +7,6 @@
 # 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 undef g_currentSpec,
             killed undef g_currentSpecName,
@@ -23,7 +17,6 @@ extern int main (int p_argc, char *p_argv[])
   /*@modifies g_currentloc, g_currentSpec, g_currentSpecName,
              yyin, internalState, fileSystem; 
   @*/ 
-# endif
   ;
 
 extern /*@noreturn@*/ void llexit (int p_status);      
@@ -34,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.118895 seconds and 4 git commands to generate.