mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
(GMALLOC_INHIBIT_VALLOC): Defined.
This commit is contained in:
parent
6c6fcbf89b
commit
7630a0424f
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user