1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

(UNEXEC): Use unexelf.c.

This commit is contained in:
Richard M. Stallman 1996-09-04 15:15:30 +00:00
parent d676eef30d
commit 1a9bd6bd8e

View File

@ -154,7 +154,7 @@ NOTE-END
#ifdef __ELF__
#undef UNEXEC
#define UNEXEC unexelf1.o
#define UNEXEC unexelf.o
#endif
#ifndef __ELF__