]> andersk Git - splint.git/blobdiff - src/Headers/bool.h
*** empty log message ***
[splint.git] / src / Headers / bool.h
index 5abef11bc716112093cca5a4ce8ba155916df33f..23f5ea9883e3ae9244303fa43649e4ffc39fb506 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-2001.
 ** See ../LICENSE for license information.
 **
 */
@@ -23,8 +23,6 @@ extern int bool_compare (bool p_b1, bool p_b2) /*@*/ ;
 extern bool bool_fromInt (int p_i) /*@*/ ;
 extern int bool_toInt (bool p_b) /*@*/ ;
 
-/*@access bool@*/
-
 # define bool_unparse(b)   (cstring_makeLiteralTemp ((b) ? "true" : "false" ))
 # define bool_dump(b)      (cstring_makeLiteralTemp ((b) ? "1" : "0" ))
 # define bool_not(b)       ((b) ? FALSE : TRUE)
This page took 0.284173 seconds and 4 git commands to generate.