diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 04:42:19 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 04:42:19 +0000 |
commit | dbba802ad5d02fe6c3505dac4b97af6181b29059 (patch) | |
tree | ef9cd75178d2b14a9ea1abef163fcd741305918c /src/s/dgux.h | |
parent | 1120eb5e8d7ed9b587bfdb91b221b70a9a552801 (diff) | |
download | emacs-dbba802ad5d02fe6c3505dac4b97af6181b29059.tar.gz |
* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
MAKING_MAKEFILE conditional. No harm.
Diffstat (limited to 'src/s/dgux.h')
-rw-r--r-- | src/s/dgux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 6d4191c0892..65530877c43 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -251,6 +251,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * 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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 |