]> git.eshelyaron.com Git - emacs.git/commitdiff
(GMALLOC_INHIBIT_VALLOC): Defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 May 1996 05:04:20 +0000 (05:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 May 1996 05:04:20 +0000 (05:04 +0000)
src/s/msdos.h

index abb22834b7a76398d7cc490287b13e35868b0a5d..e75d611e8e471c8b3d9866b45f646dadb25a5b49 100644 (file)
@@ -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).  */
 \f
-/* 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.  */