c-common.h (c_staticp): Change return type from int to bool.
authorBernardo Innocenti <bernie@develer.com>
Sun, 25 Jul 2004 02:50:57 +0000 (04:50 +0200)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Sun, 25 Jul 2004 02:50:57 +0000 (04:50 +0200)
commitea06b1666dbe93688e73d088c07edfc14568c96f
treef832046097744412da69a434eeed69c6661ac35e
parent02a0b1f29e8b1eeb52e8f6ea0408b2efdd4bdfa8
c-common.h (c_staticp): Change return type from int to bool.

* c-common.h (c_staticp): Change return type from int to bool.
* tree.c (staticp): Likewise.
* langhooks.h (staticp): Likewise.

From-SVN: r85137
gcc/ChangeLog
gcc/c-common.h
gcc/langhooks.h
gcc/tree.c