diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-23 00:10:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-23 00:10:06 +0000 |
commit | 2e66a62730944dd7826bfb7d065257c9cc339d8c (patch) | |
tree | 6fa93eb644b4c3fb0c1138df843250cb1554db5d /bfd/linker.c | |
parent | * energize-patches, main.c (main), top.c (gdb_init, pwd_command), (diff) | |
download | binutils-gdb-2e66a62730944dd7826bfb7d065257c9cc339d8c.tar.gz binutils-gdb-2e66a62730944dd7826bfb7d065257c9cc339d8c.tar.bz2 binutils-gdb-2e66a62730944dd7826bfb7d065257c9cc339d8c.zip |
linker.c (FAIL): Undefine macro before defining as enum.
Diffstat (limited to 'bfd/linker.c')
-rw-r--r-- | bfd/linker.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/linker.c b/bfd/linker.c index f460778d1aa..3c7f823d614 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -1247,6 +1247,9 @@ enum link_row SET_ROW /* Member of set. */ }; +/* apparently needed for Hitachi 3050R(HI-UX/WE2)? */ +#undef FAIL + /* The actions to take in the state table. */ enum link_action |