Mercurial > emacs
changeset 3584:06708f4682d0
* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
MAKING_MAKEFILE conditional. No harm.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 09 Jun 1993 04:42:19 +0000 |
parents | 0bc9838eb0bb |
children | 19aab2d09a4d |
files | src/s/dgux.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/dgux.h Wed Jun 09 04:36:41 1993 +0000 +++ b/src/s/dgux.h Wed Jun 09 04:42:19 1993 +0000 @@ -251,6 +251,9 @@ * Use BSD and POSIX-style signals. This is crucial! */ +/* pmr@rock.concert.net says Emacs fails without this. We don't know why. */ +#define SYSTEM_MALLOC + /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */ #ifndef MAKING_MAKEFILE @@ -261,9 +264,6 @@ #define POSIX_SIGNALS -/* pmr@rock.concert.net says Emacs fails without this. We don't know why. */ -#define SYSTEM_MALLOC - /* Define this if you use System 5 Release 4 Streams */ #define SYSV4_PTYS #define open sys_open