1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

(_UPT_reg_offset): Declare as "extern".

(Logical change 1.130)
This commit is contained in:
hp.com!davidm 2003-11-27 06:52:54 +00:00
parent 04dd29b6eb
commit 74ed7ea40d

View file

@ -51,7 +51,7 @@ struct UPT_info
#endif
};
HIDDEN int _UPT_reg_offset[UNW_REG_LAST + 1];
extern HIDDEN int _UPT_reg_offset[UNW_REG_LAST + 1];
extern HIDDEN unw_dyn_info_t *_UPTi_find_unwind_table (struct UPT_info *ui,
unw_addr_space_t as,