From: Richard M. Stallman Date: Mon, 6 May 1996 05:04:20 +0000 (+0000) Subject: (GMALLOC_INHIBIT_VALLOC): Defined. X-Git-Tag: emacs-19.34~690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7630a0424fb3147ca8d61a145c65c14b91947768;p=emacs.git (GMALLOC_INHIBIT_VALLOC): Defined. --- 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 */ 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. */