X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/28bf4b0bfd405a2057d865910f8589c54a40f17b..4caf866b3d452c738cb276e805e48e4f1ccd2eba:/src/Headers/lsymbolSet.h?ds=sidebyside diff --git a/src/Headers/lsymbolSet.h b/src/Headers/lsymbolSet.h index a380c34..c5f64fd 100644 --- a/src/Headers/lsymbolSet.h +++ b/src/Headers/lsymbolSet.h @@ -1,5 +1,5 @@ /* -** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001. +** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003. ** See ../LICENSE for license information. ** */ @@ -22,7 +22,7 @@ abst_typedef /*@null@*/ struct /*@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); @*/