* tree.h (staticp): Change return type to bool.
authorBernardo Innocenti <bernie@develer.com>
Sun, 25 Jul 2004 03:28:38 +0000 (05:28 +0200)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Sun, 25 Jul 2004 03:28:38 +0000 (05:28 +0200)
From-SVN: r85139

gcc/ChangeLog
gcc/tree.h

index f61d0963bda6243fb8dc28e6647b243291490193..9e9d6e7159d1259c4a6aabdbd61e1d53ef2d7ae4 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-25  Bernardo Innocenti  <bernie@develer.com>
+
+       * tree.h (staticp): Change return type to bool.
+
 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
 
        * c-common.c (c_staticp): Last episode of the staticp saga.
index a5c0a2c2ad69c7410bdc25353522df9c8fb311bf..f60da2012d6bf17f306b5abc171a2d6403b2a726 100644 (file)
@@ -3143,7 +3143,7 @@ extern int integer_nonzerop (tree);
 /* staticp (tree x) is nonzero if X is a reference to data allocated
    at a fixed address in memory.  */
 
-extern int staticp (tree);
+extern bool staticp (tree);
 
 /* save_expr (EXP) returns an expression equivalent to EXP
    but it can be used multiple times within context CTX