]> andersk Git - splint.git/blobdiff - src/Headers/constraintList.h
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / Headers / constraintList.h
index 94b190fc551a1926ea6676feaf02db5249c86c1d..dc8861c90fe6766f75b49edb02536b15c83d71b3 100644 (file)
@@ -83,7 +83,7 @@ extern /*@only@*/ constraintList constraintList_makeFixedArrayConstraints ( /*@o
 extern void constraintList_printErrorPostConditions (constraintList p_s, fileloc p_loc) ;
 extern void constraintList_printError (constraintList p_s, /*@observer@*/ fileloc p_loc) ;
 
-extern constraintList constraintList_sort (/*@returned@*/ constraintList p_ret) /*@modifes p_ref@*/ ;
+extern constraintList constraintList_sort (/*@returned@*/ constraintList p_ret) /*@modifies p_ret@*/ ;
 
 void constraintList_dump (/*@observer@*/ constraintList p_c,  FILE * p_f);
 
This page took 0.036264 seconds and 4 git commands to generate.