aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-05-06 05:04:20 +0000
committerRichard M. Stallman1996-05-06 05:04:20 +0000
commit7630a0424fb3147ca8d61a145c65c14b91947768 (patch)
tree8eeba91ecda78d80a6890bfc9e80ae4fe341bf5b /src
parent6c6fcbf89bb6a46ed3e1c34bc2a301bb624ad4a5 (diff)
downloademacs-7630a0424fb3147ca8d61a145c65c14b91947768.tar.gz
emacs-7630a0424fb3147ca8d61a145c65c14b91947768.zip
(GMALLOC_INHIBIT_VALLOC): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/msdos.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index abb22834b7a..e75d611e8e4 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -147,8 +147,10 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
147 your system and must be used only through an encapsulation 147 your system and must be used only through an encapsulation
148 (Which you should place, by convention, in sysdep.c). */ 148 (Which you should place, by convention, in sysdep.c). */
149 149
150/* we use djgcc's malloc */ 150/* Avoid incompatibilities between gmalloc.c and system header files
151/* #define SYSTEM_MALLOC */ 151 in how to declare valloc. */
152#define GMALLOC_INHIBIT_VALLOC
153
152/* setjmp and longjmp can safely replace _setjmp and _longjmp, 154/* setjmp and longjmp can safely replace _setjmp and _longjmp,
153 but they will run slower. */ 155 but they will run slower. */
154 156