]> andersk Git - splint.git/blobdiff - src/stateClauseList.c
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / stateClauseList.c
index 1c01941c3bcd8f2391525d3cb6a4a57689db50b2..fe5bf2ef40894f073a7b65780c54b0462eba0a14 100644 (file)
@@ -252,7 +252,7 @@ void stateClauseList_checkAll (uentry ue)
 
       if (stateClause_isGlobal (cl))
        {
-         /*@i232@*/
+         ; 
        }
       else
        {
@@ -297,7 +297,7 @@ void stateClauseList_checkAll (uentry ue)
                                    stateClause_unparse (cl)),
                           uentry_whereLast (ue)))
                        {
-                         /*@i! annotationInfo_showContextError (ainfo, ue); */
+                         /* annotationInfo_showContextError (ainfo, ue); */
                        }
                    }
                }
@@ -396,7 +396,7 @@ void stateClauseList_checkAll (uentry ue)
                    {
                      voptgenerror
                        (FLG_ANNOTATIONERROR,
-                        /*@-sefparams@*/ /* This is okay because its fresh storage. */ /*@i32@*/
+                        /*@-sefparams@*/ /* This is okay because its fresh storage. */
                         message 
                         ("%q clauses includes %q of "
                          "non-dynamically allocated type %s",
@@ -451,7 +451,7 @@ void stateClauseList_checkEqual (uentry old, uentry unew)
        {
          if (stateClause_isGlobal (cl))
            {
-             ; /*@i32@*/ 
+             ; /* Don't handle globals for now */
            }
          else
            {
This page took 0.115695 seconds and 4 git commands to generate.