]> andersk Git - splint.git/blobdiff - src/Headers/lsymbolSet.h
Updated html and word versions of the manual
[splint.git] / src / Headers / lsymbolSet.h
index 69ac3e8876ec2e835159438fa1f6c5387fb568dd..c5f64fd0ea120f57c34b605c15f142db8768bf0b 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-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -12,7 +12,7 @@
 # ifndef LSYMBOLSET_H
 # define LSYMBOLSET_H
 
-abst_typedef /*@null@*/ struct _lsymbolSet
+abst_typedef /*@null@*/ struct
 {
   int entries;
   int nspace;
@@ -22,7 +22,7 @@ abst_typedef /*@null@*/ struct _lsymbolSet
 /*@constant null lsymbolSet lsymbolSet_undefined; @*/
 # define lsymbolSet_undefined (NULL)
 
-extern /*@falsenull@*/ bool lsymbolSet_isDefined (lsymbolSet p_l) /*@*/ ;
+extern /*@falsewhennull@*/ bool lsymbolSet_isDefined (lsymbolSet p_l) /*@*/ ;
 # define lsymbolSet_isDefined(l) ((l) != lsymbolSet_undefined)
  
 /*@iter lsymbolSet_elements (sef lsymbolSet s, yield lsymbol el); @*/
This page took 0.037843 seconds and 4 git commands to generate.