From: Richard M. Stallman Date: Thu, 20 Oct 1994 20:10:29 +0000 (+0000) Subject: (LD_SWITCH_MACHINE): Defined. X-Git-Tag: emacs-19.34~6227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ee9eab9d72a24c5742c933c6b5f0af742eae253;p=emacs.git (LD_SWITCH_MACHINE): Defined. --- 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 */