1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

[! sparc] (REL_INFO_TYPE): Use `struct relocation_info'.

This commit is contained in:
Richard M. Stallman 1994-12-28 18:00:52 +00:00
parent 9f051ac24d
commit 9629ced85f

View file

@ -232,7 +232,7 @@ unexec (new_name, a_name, bndry, bss_start, entry)
#ifdef sparc
#define REL_INFO_TYPE struct reloc_info_sparc
#else
#define REL_INFO_TYPE struct reloc_info_m68k
#define REL_INFO_TYPE struct relocation_info
#endif /* sparc */
#define REL_TARGET_ADDRESS(r) (((REL_INFO_TYPE *)(r))->r_address)
#endif /* SUNOS4 */