From: John Gilmore Date: Tue, 12 Nov 1991 15:22:22 +0000 (+0000) Subject: Just use #undef, not #define foo foo X-Git-Tag: gdb-4_18-branchpoint~23109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5685fb5005aa272e7760c96bc410287fde2a5da9;p=thirdparty%2Fbinutils-gdb.git Just use #undef, not #define foo foo --- 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 = {