From 5685fb5005aa272e7760c96bc410287fde2a5da9 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 12 Nov 1991 15:22:22 +0000 Subject: [PATCH] Just use #undef, not #define foo foo --- bfd/ChangeLog | 4 ++++ bfd/coff-m88k.c | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cbcfbd7de5f..4c5e04d23f4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 12 07:21:41 1991 John Gilmore (gnu at cygnus.com) + + * coff-m88k.c (coff_write_armap): Just #undef it. + Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com) * Makefile.in: standardize on MINUS_G to disable debugging diff --git a/bfd/coff-m88k.c b/bfd/coff-m88k.c index 5f0b66fe6bf..d4c10bf2018 100644 --- a/bfd/coff-m88k.c +++ b/bfd/coff-m88k.c @@ -85,11 +85,7 @@ static reloc_howto_type howto_table[] = #define BADMAG(x) MC88BADMAG(x) #include "coffcode.h" - - - -#define coff_write_armap coff_write_armap - +#undef coff_write_armap bfd_target m88kbcs_vec = { -- 2.30.2