]> andersk Git - splint.git/blobdiff - src/Headers/lslOpSet.h
Added va_copy to standard.h.
[splint.git] / src / Headers / lslOpSet.h
index 7c863887029268377784dae803cd6c636e7fa1cd..4a3e7f4a204829b5ffaae1382a47553df8b486b5 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 lslOpSET_H
 # define lslOpSET_H
 
-abst_typedef /*@null@*/ struct _lslOpSet
+abst_typedef /*@null@*/ struct
 {
   int entries;
   int nspace;
@@ -30,7 +30,7 @@ abst_typedef /*@null@*/ struct _lslOpSet
 /*@constant null lslOpSet lslOpSet_undefined;@*/
 # define lslOpSet_undefined ((lslOpSet) NULL)
 
-extern /*@falsenull@*/ bool lslOpSet_isDefined (lslOpSet p_s) /*@*/ ;
+extern /*@falsewhennull@*/ bool lslOpSet_isDefined (lslOpSet p_s) /*@*/ ;
 # define lslOpSet_isDefined(s) ((s) != lslOpSet_undefined)
 
 extern /*@unused@*/ int 
This page took 0.278273 seconds and 4 git commands to generate.