diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-26 23:25:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-26 23:25:45 +0000 |
commit | 272cafaaafd89c8ac2188ee9c1e68b3a83d6b270 (patch) | |
tree | f1dca15c4ab40436692d128442af6c3ef8fa80b4 /src/m/sequent-ptx.h | |
parent | 15c25e4d733031778feae0ae0168642932c5ad8d (diff) | |
download | emacs-272cafaaafd89c8ac2188ee9c1e68b3a83d6b270.tar.gz |
(HAVE_GETPAGESIZE): Explicitly #undef.
Diffstat (limited to 'src/m/sequent-ptx.h')
-rw-r--r-- | src/m/sequent-ptx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/sequent-ptx.h b/src/m/sequent-ptx.h index b48c804c779..012c3ede310 100644 --- a/src/m/sequent-ptx.h +++ b/src/m/sequent-ptx.h @@ -110,7 +110,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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 */ |