]> andersk Git - splint.git/blobdiff - src/Headers/sortSet.h
Added va_copy to standard.h.
[splint.git] / src / Headers / sortSet.h
index bc040b9e6d4612ebae33ad0f67a275052aee4ea6..0dff13dab094aed7fa2f8232ac45ed2b334d37e8 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 SORTSET_H
 # define SORTSET_H
 
-abst_typedef /*@null@*/ struct _sortSet
+abst_typedef /*@null@*/ struct 
 {
   int entries;
   int nspace;
@@ -29,7 +29,7 @@ abst_typedef /*@null@*/ struct _sortSet
 
 /*@constant null sortSet sortSet_undefined; @*/
 # define sortSet_undefined ((sortSet) NULL)
-extern /*@falsenull@*/ bool sortSet_isDefined (sortSet p_s) /*@*/ ;
+extern /*@falsewhennull@*/ bool sortSet_isDefined (sortSet p_s) /*@*/ ;
 # define sortSet_isDefined(s) ((s) != sortSet_undefined)
 
 extern int sortSet_size (/*@sef@*/ sortSet p_s);
This page took 0.273106 seconds and 4 git commands to generate.