]> andersk Git - splint.git/blobdiff - src/Headers/functionClauseList.h
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / Headers / functionClauseList.h
index 1d515de7e4553180b38db40b70b6da0d2b13b924..24ff040c02d76694abc08a9ae164515cfbe71fda 100644 (file)
@@ -7,7 +7,7 @@
 # ifndef FUNCTIONCLAUSELIST_H
 # define FUNCTIONCLAUSELIST_H
 
-/*@private@*/ typedef /*@only@*/ functionClause o_functionClause;
+/*:private:*/ typedef /*@only@*/ functionClause o_functionClause;
 
 struct s_functionClauseList
 {
@@ -41,8 +41,8 @@ extern /*@unused@*/ functionClauseList
   functionClauseList_add (/*@returned@*/ functionClauseList p_s, /*@keep@*/ functionClause p_el) 
   /*@modifies p_s@*/ ;
 
-extern functionClauseList 
-  functionClauseList_prepend (/*@returned@*/ functionClauseList p_s, /*@keep@*/ functionClause p_el) 
+extern /*@only@*/ functionClauseList 
+  functionClauseList_prepend (/*@only@*/ functionClauseList p_s, /*@keep@*/ functionClause p_el) 
   /*@modifies p_s@*/ ;
 
 extern /*@unused@*/ /*@only@*/ cstring functionClauseList_unparse (functionClauseList p_s) ;
This page took 0.044075 seconds and 4 git commands to generate.