diff options
| author | Richard M. Stallman | 1994-10-26 23:25:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-26 23:25:45 +0000 |
| commit | 3abc2d461ac57bcc8f4f45366bfd2a7f83b0c015 (patch) | |
| tree | 8f23a5193741f35e6020b343aabfc0c3f4a09407 /src | |
| parent | bf20bdca0ea0a715128595eb55f477e306652046 (diff) | |
| download | emacs-3abc2d461ac57bcc8f4f45366bfd2a7f83b0c015.tar.gz emacs-3abc2d461ac57bcc8f4f45366bfd2a7f83b0c015.zip | |
(HAVE_GETPAGESIZE): Explicitly #undef.
Diffstat (limited to 'src')
| -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. */ | |||
| 110 | /* PTX has getpagesize() but it returns 296. Using the default method of | 110 | /* PTX has getpagesize() but it returns 296. Using the default method of |
| 111 | including getpagesize.h in unexec.c returns 4096 which seems more | 111 | including getpagesize.h in unexec.c returns 4096 which seems more |
| 112 | reasonable. */ | 112 | reasonable. */ |
| 113 | /* #define HAVE_GETPAGESIZE */ | 113 | #undef HAVE_GETPAGESIZE |
| 114 | 114 | ||
| 115 | /* Override magic number for a.out header. */ | 115 | /* Override magic number for a.out header. */ |
| 116 | #define EXEC_MAGIC 0411 /* from a.out.h: separated I&D */ | 116 | #define EXEC_MAGIC 0411 /* from a.out.h: separated I&D */ |