]> andersk Git - splint.git/blobdiff - src/Headers/globals.h
Committed my changes (but there are several splintme errors currently).
[splint.git] / src / Headers / globals.h
index 75e70c5c0d5f263dadf619e2cf1ec9ca83364a5b..5b30848e873b91a593ffea13fd7b258d226ad7f7 100644 (file)
@@ -48,10 +48,8 @@ extern int g_prevCodeLine;
 
 extern /*@observer@*/ char *g_localSpecPath;
 
-# ifndef NOLCL
 extern /*@only@*/ cstring g_currentSpec;
 extern /*@null@*/ /*@only@*/ char *g_currentSpecName;
-# endif
 
 extern void setCodePoint (void);
 # define setCodePoint() \
@@ -106,13 +104,11 @@ extern void setColumn (int p_n)
    /*@modifies g_currentloc; @*/ ;
 # define setColumn(n)                 (fileloc_setColumn(g_currentloc, n))
 
-# ifndef NOLCL
 extern void setSpecFileId (fileId p_s)
    /*@globals fileloc g_currentloc; @*/ 
    /*@modifies g_currentloc; @*/ ;
 # define setSpecFileId(s) \
   (fileloc_reallyFree (g_currentloc), g_currentloc = fileloc_createSpec (s, 1, 1))
-# endif
 
 extern void setFileLine (fileId p_s, int p_line)
    /*@globals fileloc g_currentloc; @*/ 
This page took 0.033569 seconds and 4 git commands to generate.