]> andersk Git - splint.git/blobdiff - src/Headers/ltokenList.h
Updated html and word versions of the manual
[splint.git] / src / Headers / ltokenList.h
index 9fd8037aefffefafacb30e41fb7aea87aebd1787..6ec24c042d6129c4f0a1ce34516dd92c6e8c564d 100644 (file)
@@ -1,12 +1,12 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
 # ifndef LTOKENLIST_H
 # define LTOKENLIST_H
 
-abst_typedef /*@null@*/ struct _ltokenList
+abst_typedef /*@null@*/ struct
 {
   int nelements;
   int nspace;
@@ -32,10 +32,10 @@ abst_typedef /*@null@*/ struct _ltokenList
 /*@constant null ltokenList ltokenList_undefined;@*/
 # define ltokenList_undefined NULL
 
-extern /*@falsenull@*/ bool ltokenList_isDefined (ltokenList p_s) /*@*/ ;
+extern /*@falsewhennull@*/ bool ltokenList_isDefined (ltokenList p_s) /*@*/ ;
 # define ltokenList_isDefined(s) ((s) != ltokenList_undefined)
 
-extern /*@truenull@*/ bool ltokenList_isUndefined (ltokenList p_s) /*@*/ ;
+extern /*@nullwhentrue@*/ bool ltokenList_isUndefined (ltokenList p_s) /*@*/ ;
 # define ltokenList_isUndefined(s) ((s) == ltokenList_undefined)
 
 extern int ltokenList_size (/*@sef@*/ ltokenList p_s) /*@*/ ;
This page took 0.050646 seconds and 4 git commands to generate.