From 85f568c39c76a6679f06bbf5dc74270994cf6979 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 14 Jan 2000 23:10:21 +0000 Subject: Correct function return types for new and fussy gcc. --- binutils/ieee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/ieee.c') diff --git a/binutils/ieee.c b/binutils/ieee.c index c03692821a..a3bb93b8d7 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) -- cgit v1.2.1