]> andersk Git - splint.git/blobdiff - src/Headers/llerror.h
Fixed anytype resolution.
[splint.git] / src / Headers / llerror.h
index 2e6d33e792036fd9fc249e29ecbe300af9dff163..a1f18b7becd6cbc264f6456ec357cf4f3d034ee5 100644 (file)
@@ -141,10 +141,13 @@ extern /*@noreturn@*/ void llfatalerrorLoc (/*@only@*/ cstring p_s)
 
 extern /*@private@*/ void
    xllparseerror (char *p_srcFile, int p_srcLine, /*@only@*/ cstring p_s)
+   /*@globals g_currentloc@*/
    /*@modifies g_warningstream@*/ ;
 
 extern void llparseerror (/*@only@*/ cstring p_s) 
-   /*@globals g_currentloc@*/ ;
+   /*@globals g_currentloc@*/
+   /*@modifies g_warningstream@*/ ;
+
 # define llparseerror(p_s) xllparseerror (__FILE__, __LINE__, p_s)
 # ifndef NOLCL
 extern /*@noreturn@*/ void lclplainfatalerror (/*@only@*/ cstring p_msg) /*@modifies g_warningstream@*/ ;
This page took 0.027244 seconds and 4 git commands to generate.