Mercurial > emacs
changeset 9722:24f70eafc5ef
(HAVE_GETPAGESIZE): Explicitly #undef.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Oct 1994 23:25:45 +0000 |
parents | 3a3fb4db54ba |
children | ba541f60aa46 |
files | src/m/sequent-ptx.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/sequent-ptx.h Wed Oct 26 23:25:27 1994 +0000 +++ b/src/m/sequent-ptx.h Wed Oct 26 23:25:45 1994 +0000 @@ -110,7 +110,7 @@ /* PTX has getpagesize() but it returns 296. Using the default method of including getpagesize.h in unexec.c returns 4096 which seems more reasonable. */ -/* #define HAVE_GETPAGESIZE */ +#undef HAVE_GETPAGESIZE /* Override magic number for a.out header. */ #define EXEC_MAGIC 0411 /* from a.out.h: separated I&D */