]> andersk Git - splint.git/blobdiff - src/functionConstraint.c
Cleaned up code problems reported by make splintme.
[splint.git] / src / functionConstraint.c
index 859434e9106237abe42c8e57029c6b82fe3a28cb..5a30602f881c0a95c52e6d5731874054b3c1d6d0 100644 (file)
@@ -219,11 +219,9 @@ extern void functionConstraint_free (/*@only@*/ functionConstraint node)
     }
 }
 
-
-
-
-
-
-
-
+void functionConstraint_addBufferConstraints (functionConstraint fc, constraintList clist) 
+{
+  llassert (functionConstraint_isBufferConstraint (fc));
+  fc->constraint.buffer  = constraintList_addList (fc->constraint.buffer, clist);
+}
 
This page took 0.032037 seconds and 4 git commands to generate.