diff options
| author | Dave Love | 2000-09-28 09:41:28 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-28 09:41:28 +0000 |
| commit | 2a620aaa637e28608d3839d66251cf8185c4e44b (patch) | |
| tree | c25f7c7e36ed13e630ccca60f260994eb03e40c1 /src/s | |
| parent | efffeeb43e74565569d80f909449ef5113423b77 (diff) | |
| download | emacs-2a620aaa637e28608d3839d66251cf8185c4e44b.tar.gz emacs-2a620aaa637e28608d3839d66251cf8185c4e44b.zip | |
Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/osf5-0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/osf5-0.h b/src/s/osf5-0.h index 3845fa76d02..af0dd1f8a63 100644 --- a/src/s/osf5-0.h +++ b/src/s/osf5-0.h | |||
| @@ -13,3 +13,5 @@ | |||
| 13 | 13 | ||
| 14 | /* We have missing/inconsistent prototypes on 5.0, at least. */ | 14 | /* We have missing/inconsistent prototypes on 5.0, at least. */ |
| 15 | #define INHIBIT_X11R6_XIM | 15 | #define INHIBIT_X11R6_XIM |
| 16 | |||
| 17 | #define USE_MMAP_FOR_BUFFERS 1 | ||