From b34976b65aea8f33690229600bbf4527ec3118e1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 30 Nov 2002 08:39:46 +0000 Subject: s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. --- gas/config/tc-mcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-mcore.h') diff --git a/gas/config/tc-mcore.h b/gas/config/tc-mcore.h index b41c2a66ee4..f37988ac611 100644 --- a/gas/config/tc-mcore.h +++ b/gas/config/tc-mcore.h @@ -96,7 +96,7 @@ struct mcore_tc_sy extern int mcore_force_relocation PARAMS ((struct fix *)); #define tc_fix_adjustable(FIX) mcore_fix_adjustable (FIX) -extern boolean mcore_fix_adjustable PARAMS ((struct fix *)); +extern bfd_boolean mcore_fix_adjustable PARAMS ((struct fix *)); /* Values passed to md_apply_fix3 don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 -- cgit v1.2.1