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/puresize.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/puresize.h')
| -rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index 6f2982746ce..89632596546 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -70,7 +70,7 @@ extern void pure_write_error P_ ((void)) NO_RETURN; | |||
| 70 | /* Define PURE_P. */ | 70 | /* Define PURE_P. */ |
| 71 | 71 | ||
| 72 | #if defined(VIRT_ADDR_VARIES) || defined(CYGWIN) | 72 | #if defined(VIRT_ADDR_VARIES) || defined(CYGWIN) |
| 73 | /* For machines like APOLLO where text and data can go anywhere | 73 | /* For machines where text and data can go anywhere |
| 74 | in virtual memory. */ | 74 | in virtual memory. */ |
| 75 | 75 | ||
| 76 | extern EMACS_INT pure[]; | 76 | extern EMACS_INT pure[]; |