diff options
author | Alan Modra <amodra@gmail.com> | 2003-02-28 23:43:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-02-28 23:43:35 +0000 |
commit | 2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b (patch) | |
tree | 6dca8a45a2601185de3eacea3fe369a0194e6e97 /bfd/bfd-in.h | |
parent | c30b8939c6605dcfbad5ac804303cb98a67e6897 (diff) | |
download | gdb-2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b.zip gdb-2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b.tar.gz gdb-2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b.tar.bz2 |
* bfd-in.h (_bfd): Don't define.
* bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
* syms.c: Likewise.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 3247e5b..917b46f 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -70,9 +70,6 @@ extern "C" { /* Forward declaration. */ typedef struct bfd bfd; -/* For backward compatibility. Keep code that was using "struct - _bfd" working. */ -#define _bfd bfd /* Boolean type used in bfd. Too many systems define their own versions of "boolean" for us to safely typedef a "boolean" of |