diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-12 23:54:12 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-12 23:54:12 +0000 |
commit | 5e766076dcb2056d2d4dd8a7b0e6a35513a09691 (patch) | |
tree | b43a9f1bb3b59ca8aa16348c98625c74fc5c6995 /bfd/hosts | |
parent | f1a6367558a6fe364cef8e311d4312d15adb7b14 (diff) | |
download | gdb-5e766076dcb2056d2d4dd8a7b0e6a35513a09691.zip gdb-5e766076dcb2056d2d4dd8a7b0e6a35513a09691.tar.gz gdb-5e766076dcb2056d2d4dd8a7b0e6a35513a09691.tar.bz2 |
* mpw-make.in (ctor.c): Remove references.
* hosts/mpw.h [BFD_TRUE_FALSE]: Remove macro redefinitions of true
and false.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/mpw.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bfd/hosts/mpw.h b/bfd/hosts/mpw.h index c24f562..f7c96ed 100644 --- a/bfd/hosts/mpw.h +++ b/bfd/hosts/mpw.h @@ -76,17 +76,6 @@ void mpw_abort (); #define fseek mpw_fseek #define abort mpw_abort -/* Define as macros so as to mask the previous enum. */ - -#ifndef BFD_TRUE_FALSE -#ifndef false -#define false ffalse -#endif -#ifndef true -#define true ttrue -#endif -#endif - #ifndef TRUE_FALSE_ALREADY_DEFINED #define TRUE_FALSE_ALREADY_DEFINED #endif |