diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-02-11 17:33:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-02-11 17:33:16 +0000 |
commit | e91cdea724e666f926530f16ab9f9e9972fdd7ef (patch) | |
tree | b188faec5692e0f9ab900dd4cf76c39ad252375b /bfd/bfd-in2.h | |
parent | ae53d3b05fa83f1ae72e1761161ed478861a32b8 (diff) | |
download | gdb-e91cdea724e666f926530f16ab9f9e9972fdd7ef.zip gdb-e91cdea724e666f926530f16ab9f9e9972fdd7ef.tar.gz gdb-e91cdea724e666f926530f16ab9f9e9972fdd7ef.tar.bz2 |
2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
* bfd-in2.h: Rebuilt.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 8afe498..a03b69a 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -96,14 +96,6 @@ typedef int bfd_boolean; #define FALSE 0 #define TRUE 1 -#if 0 -/* Poison. */ -#undef false -#undef true -#define false dont_use_false_in_bfd -#define true dont_use_true_in_bfd -#endif - #ifdef BFD64 #ifndef BFD_HOST_64_BIT |