]> andersk Git - splint.git/blobdiff - src/Headers/qtype.h
Cleaned up flags to generate manual help.
[splint.git] / src / Headers / qtype.h
index eefceea15f89dc98e9a55728fc1d5d92efd1c0e9..d4682dbb89be7d78cd66b6e7b8d0d1769c1d9bc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
 ** See ../LICENSE for license information.
 **
 */
@@ -12,7 +12,7 @@
 # ifndef QTYPEH
 # define QTYPEH
 
-abst_typedef /*@null@*/ struct _qtype
+abst_typedef /*@null@*/ struct
 {
   ctype    type;
   qualList quals;
@@ -21,10 +21,10 @@ abst_typedef /*@null@*/ struct _qtype
 /*@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.051484 seconds and 4 git commands to generate.