From 7630a0424fb3147ca8d61a145c65c14b91947768 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 May 1996 05:04:20 +0000 Subject: [PATCH] (GMALLOC_INHIBIT_VALLOC): Defined. --- src/s/msdos.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/s/msdos.h b/src/s/msdos.h index abb22834b7..e75d611e8e 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 */ your system and must be used only through an encapsulation (Which you should place, by convention, in sysdep.c). */ -/* we use djgcc's malloc */ -/* #define SYSTEM_MALLOC */ +/* Avoid incompatibilities between gmalloc.c and system header files + in how to declare valloc. */ +#define GMALLOC_INHIBIT_VALLOC + /* setjmp and longjmp can safely replace _setjmp and _longjmp, but they will run slower. */ -- 2.20.1