diff options
-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 |