diff options
author | Alan Modra <amodra@gmail.com> | 2000-01-14 23:10:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-01-14 23:10:21 +0000 |
commit | 3dceb55b374a67ce1185ff7a3d637bda8affa785 (patch) | |
tree | 86f1f7a73fb6f7994b742b6a08532cd955c02752 /binutils/ieee.c | |
parent | 28240dcd30bd657bf678cc62554794ca69ed3987 (diff) | |
download | gdb-3dceb55b374a67ce1185ff7a3d637bda8affa785.zip gdb-3dceb55b374a67ce1185ff7a3d637bda8affa785.tar.gz gdb-3dceb55b374a67ce1185ff7a3d637bda8affa785.tar.bz2 |
Correct function return types for new and fussy gcc.
Diffstat (limited to 'binutils/ieee.c')
-rw-r--r-- | binutils/ieee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/ieee.c b/binutils/ieee.c index c036928..a3bb93b 100644 --- a/binutils/ieee.c +++ b/binutils/ieee.c @@ -779,7 +779,7 @@ ieee_builtin_type (info, p, indx) case builtin_bcd_float: ieee_error (info, p, _("BCD float type not supported")); - return false; + return DEBUG_TYPE_NULL; } if (name != NULL) |