]> andersk Git - splint.git/blobdiff - src/Headers/functionConstraint.h
Added support for default buffer constraint annotations
[splint.git] / src / Headers / functionConstraint.h
index 546e102a06256bc52502ae0fbd93a2380d76fd17..5d6b72aaa6376c52ac0d43168dd91d4a9dfc2e54 100644 (file)
@@ -32,8 +32,8 @@ extern /*@falsewhennull@*/ bool functionConstraint_isDefined (functionConstraint
 extern /*@falsewhennull@*/ bool functionConstraint_isBufferConstraint (/*@sef@*/ functionConstraint) /*@*/ ;
 # define functionConstraint_isBufferConstraint(p_con) (((p_con) != NULL) && ((p_con)->kind == FCT_BUFFER))
 
-extern void functionConstraint_addBufferConstraints (functionConstraint p_fc, /*@only@*/ constraintList) 
-  /*@modifies p_fc@*/ ;
+extern void functionConstraint_addBufferConstraints (functionConstraint p_node, /*@only@*/ constraintList) 
+  /*@modifies p_node@*/ ;
 
 extern /*@nullwhentrue@*/ bool functionConstraint_isUndefined (functionConstraint) /*@*/ ;
 # define functionConstraint_isUndefined(p_info) ((p_info) == NULL)
This page took 0.429499 seconds and 4 git commands to generate.