mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
Don't test CANNOT_DUMP or CANNOT_UNEXEC.
This commit is contained in:
parent
b79b5bff94
commit
01c9720456
1 changed files with 0 additions and 8 deletions
|
|
@ -164,10 +164,6 @@ pointer looks like an int) but not on all machines.
|
|||
#define PERROR(file) report_error (file, new)
|
||||
#endif
|
||||
|
||||
#ifndef CANNOT_DUMP /* all rest of file! */
|
||||
|
||||
#ifndef CANNOT_UNEXEC /* most of rest of file */
|
||||
|
||||
#include <a.out.h>
|
||||
/* Define getpagesize () if the system does not.
|
||||
Note that this may depend on symbols defined in a.out.h
|
||||
|
|
@ -867,7 +863,3 @@ unrelocate_symbols (new, a_out, a_name, new_name)
|
|||
}
|
||||
}
|
||||
#endif /* XCOFF */
|
||||
|
||||
#endif /* not CANNOT_UNEXEC */
|
||||
|
||||
#endif /* not CANNOT_DUMP */
|
||||
|
|
|
|||
Loading…
Reference in a new issue