diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-20 20:10:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-20 20:10:29 +0000 |
commit | 7ee9eab9d72a24c5742c933c6b5f0af742eae253 (patch) | |
tree | 2002580d664dc489ddfe0a3d63fa1aaa382c05d0 /src/m | |
parent | bc9babb6220e299f94da942a50c869a98d4b89c6 (diff) | |
download | emacs-7ee9eab9d72a24c5742c933c6b5f0af742eae253.tar.gz |
(LD_SWITCH_MACHINE): Defined.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/dpx2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/dpx2.h b/src/m/dpx2.h index 0366542df9f..3d1cbac8a55 100644 --- a/src/m/dpx2.h +++ b/src/m/dpx2.h @@ -240,6 +240,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Send signals to subprocesses by "typing" signal chars at them. */ #define SIGNALS_VIA_CHARACTERS +/* This is to prevent memory clobbering on the DPX/2 200. */ +#define LD_SWITCH_MACHINE -N -T32 + /* end of dpx2.h */ |