X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/28bf4b0bfd405a2057d865910f8589c54a40f17b..f6099dac655d3fc5409f54302dd3b5c1b6be6ac6:/src/Headers/termNodeList.h diff --git a/src/Headers/termNodeList.h b/src/Headers/termNodeList.h index 0adeec9..4b09cff 100644 --- a/src/Headers/termNodeList.h +++ b/src/Headers/termNodeList.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. */ @@ -32,7 +32,7 @@ extern int termNodeList_size (/*@sef@*/ termNodeList); extern bool termNodeList_empty (/*@sef@*/ termNodeList); # define termNodeList_empty(s) (termNodeList_size(s) == 0) -extern /*@falsenull@*/ bool termNodeList_isDefined (termNodeList p_t); +extern /*@falsewhennull@*/ bool termNodeList_isDefined (termNodeList p_t); # define termNodeList_isDefined(s) ((s) != (termNodeList) 0) extern /*@only@*/ termNodeList termNodeList_new(void);