]> andersk Git - splint.git/blobdiff - src/stateClauseList.c
Fixed state clauses. Added obvious loop exec checking.
[splint.git] / src / stateClauseList.c
index c521f82b0b0bc72462dee592e92bd10276ff379d..f3cbe967cb5293149634ecd72510feca96b86a73 100644 (file)
@@ -359,6 +359,10 @@ void stateClauseList_checkAll (uentry ue)
                        {
                          ; /* Okay to override in .xh files */
                        }
+                     else if (stateClause_isQual (cl))
+                       {
+                         ; /* qual clauses don't interfere with definition state */
+                       }
                      else
                        {
                          voptgenerror 
This page took 0.32188 seconds and 4 git commands to generate.