aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-09-08 13:49:15 +0000
committerDave Love2000-09-08 13:49:15 +0000
commit326cdd749d7e6522f86abb7e54f4df252cde808c (patch)
tree2511741bfb935f6f8ca84c89c43576c093c863b5 /src
parenta2c23c923a6c98500895fc938c2c10157565a438 (diff)
downloademacs-326cdd749d7e6522f86abb7e54f4df252cde808c.tar.gz
emacs-326cdd749d7e6522f86abb7e54f4df252cde808c.zip
Mention REL_ALLOC_MMAP.
Diffstat (limited to 'src')
-rw-r--r--src/s/template.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/template.h b/src/s/template.h
index 070e5ed259f..836f45cfc58 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -147,6 +147,9 @@ Boston, MA 02111-1307, USA. */
147 is not ':', #define this to be the appropriate character constant. */ 147 is not ':', #define this to be the appropriate character constant. */
148/* #define SEPCHAR ':' */ 148/* #define SEPCHAR ':' */
149 149
150/* Define this if the system can use mmap in ralloc.c. */
151/* #define REL_ALLOC_MMAP 1 */
152
150/* ============================================================ */ 153/* ============================================================ */
151 154
152/* Here, add any special hacks needed 155/* Here, add any special hacks needed