]> andersk Git - splint.git/blobdiff - src/functionConstraint.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / functionConstraint.c
index 96bfff88dedaccc388116d62aeefe8a02a7ad597..4bed9ac4b97a73bad84a979b18b7f931e992e2d4 100644 (file)
@@ -28,7 +28,7 @@
 # include "splintMacros.nf"
 # include "basic.h"
 
-static /*@only@*/ /*@notnull@*/ /*@special@*/ functionConstraint  /*@i32 need special? @*/
+static /*@only@*/ /*@notnull@*/ /*@special@*/ functionConstraint 
 functionConstraint_alloc (functionConstraintKind kind) /*@defines result->kind@*/
 {
   functionConstraint res = (functionConstraint) dmalloc (sizeof (*res));
@@ -91,7 +91,7 @@ extern constraintList functionConstraint_getBufferConstraints (functionConstrain
     {
       if (node->kind == FCT_CONJUNCT)
        {
-         /*@i223*/ /*make sure this is safe*/
+         /* make sure this is safe*/
          return constraintList_addListFree (functionConstraint_getBufferConstraints (node->constraint.conjunct.op1),
                                             functionConstraint_getBufferConstraints (node->constraint.conjunct.op2));
        }
This page took 0.032782 seconds and 4 git commands to generate.