diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-13 06:27:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-13 06:27:28 +0000 |
commit | bb292747ca0519a8bb602d0713e4e08a6bb56bc1 (patch) | |
tree | e0ee682ea520eec013ef5ae34911553cde2b3c1c | |
parent | 77b221b15dc152a9cf9c46bcd016da66757db5d2 (diff) | |
download | emacs-bb292747ca0519a8bb602d0713e4e08a6bb56bc1.tar.gz |
(SYSTEM_MALLOC): Turn off.
-rw-r--r-- | src/s/dgux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 59f6e2c9497..747afa65d66 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -244,8 +244,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * 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 |