diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/getpagesize.h | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'src/getpagesize.h')
| -rw-r--r-- | src/getpagesize.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/getpagesize.h b/src/getpagesize.h index 5c3180dc36e..ab54062f912 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -43,13 +43,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 43 | # define CLSIZE 1 | 43 | # define CLSIZE 1 |
| 44 | # endif /* no CLSIZE */ | 44 | # endif /* no CLSIZE */ |
| 45 | # else /* no NBPG */ | 45 | # else /* no NBPG */ |
| 46 | # ifdef NBPC | ||
| 47 | # define getpagesize() NBPC | ||
| 48 | # else /* no NBPC */ | ||
| 49 | # ifdef PAGESIZE | 46 | # ifdef PAGESIZE |
| 50 | # define getpagesize() PAGESIZE | 47 | # define getpagesize() PAGESIZE |
| 51 | # endif /* PAGESIZE */ | 48 | # endif /* PAGESIZE */ |
| 52 | # endif /* no NBPC */ | ||
| 53 | # endif /* no NBPG */ | 49 | # endif /* no NBPG */ |
| 54 | # endif /* no EXEC_PAGESIZE */ | 50 | # endif /* no EXEC_PAGESIZE */ |
| 55 | # else /* no HAVE_SYS_PARAM_H */ | 51 | # else /* no HAVE_SYS_PARAM_H */ |