]> andersk Git - splint.git/blobdiff - src/Headers/qtype.h
Renamed truenull nullwhentrue and falsenull falsewhennull
[splint.git] / src / Headers / qtype.h
index 88275f66f389152060ab9905fd0524a83e157c9c..d4682dbb89be7d78cd66b6e7b8d0d1769c1d9bc2 100644 (file)
@@ -21,10 +21,10 @@ abst_typedef /*@null@*/ struct
 /*@constant null qtype qtype_undefined;@*/
 # define qtype_undefined ((qtype) NULL)
 
-extern /*@truenull@*/ bool qtype_isUndefined (qtype p_q);
+extern /*@nullwhentrue@*/ bool qtype_isUndefined (qtype p_q);
 # define qtype_isUndefined(q) ((q) == qtype_undefined)
 
-extern /*@falsenull@*/ bool qtype_isDefined (qtype p_q);
+extern /*@falsewhennull@*/ bool qtype_isDefined (qtype p_q);
 # define qtype_isDefined(q)   ((q) != qtype_undefined)
 
 extern ctype qtype_getType (/*@sef@*/ qtype p_q);
This page took 0.074954 seconds and 4 git commands to generate.