]> andersk Git - splint.git/blobdiff - src/constraintGeneration.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / constraintGeneration.c
index 8c0fe3a2ef1c155f888f0e4a1f57c5962ec4afa4..5e6c84f2355316b715a9c25ea83b51304c4c11b5 100644 (file)
@@ -794,7 +794,7 @@ static void exprNode_generateConstraintSwitch (/*@notnull@*/ exprNode switchStmt
   
 
   /*@-mustfree@*/ 
-  /*@i6534 - evans 2002-01-01: spurious warnings for these becuase of stack allocated storage */
+  /* evans 2002-01-01: spurious warnings for these becuase of stack allocated storage */
   exprNode_doGenerateConstraintSwitch (switchExpr, body, &lastRequires, 
                                       &lastEnsures, &constraintsRequires, &constraintsEnsures);
   /*@=mustfree@*/
@@ -2331,7 +2331,6 @@ constraintList checkCall (/*@dependent@*/ exprNode fcn, exprNodeList arglist)
   I'm a bit nervous about modifying the exprNode
   but this is the easy way to do this
   If I have time I'd like to cause the exprNode to get created correctly in the first place */
-/*@i223*/
 void exprNode_findValue(exprNode e)
 {
   exprData data;
This page took 0.048725 seconds and 4 git commands to generate.