X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/6c50dc9249a1abaee3d737a499833718be2e6e0a..b73d1009d4a3494951c129e49f50f8b4c795deb1:/src/functionConstraint.c diff --git a/src/functionConstraint.c b/src/functionConstraint.c index 96bfff8..4bed9ac 100644 --- a/src/functionConstraint.c +++ b/src/functionConstraint.c @@ -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)); }