linker.c (FAIL): Undefine macro before defining as enum.
This commit is contained in:
parent
b7ec5b8da5
commit
2e66a62730
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue