changeset 15172:4745198895b6

(GMALLOC_INHIBIT_VALLOC): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 May 1996 05:04:20 +0000
parents 36c329b45867
children 88a496a7964c
files src/s/msdos.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/msdos.h	Mon May 06 04:28:32 1996 +0000
+++ b/src/s/msdos.h	Mon May 06 05:04:20 1996 +0000
@@ -147,8 +147,10 @@
    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.  */