changeset 4995:51d0545729fa

(SYSTEM_MALLOC): Turn off.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Nov 1993 06:27:28 +0000
parents 4146a65b9f02
children 4414ceac33dc
files src/s/dgux.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/dgux.h	Sat Nov 13 02:37:58 1993 +0000
+++ b/src/s/dgux.h	Sat Nov 13 06:27:28 1993 +0000
@@ -244,8 +244,9 @@
  *      Use BSD and POSIX-style signals.  This is crucial!
  */
 
+/* pmr now says the GNU malloc works.  */
 /* pmr@rock.concert.net says Emacs fails without this.  We don't know why.  */
-#define SYSTEM_MALLOC
+/* #define SYSTEM_MALLOC */
 
 /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */
 #ifndef THIS_IS_YMAKEFILE