aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/langhooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/langhooks.c')
-rw-r--r--gcc-4.4.3/gcc/langhooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.4.3/gcc/langhooks.c b/gcc-4.4.3/gcc/langhooks.c
index 5ab62f99d..2af60d151 100644
--- a/gcc-4.4.3/gcc/langhooks.c
+++ b/gcc-4.4.3/gcc/langhooks.c
@@ -114,7 +114,7 @@ lhd_do_nothing_u (unsigned ARG_UNUSED (t))
int
lhd_do_nothing_t_return_int (tree ARG_UNUSED (t))
{
- return false;
+ return 0;
}
bool