From 7ee9eab9d72a24c5742c933c6b5f0af742eae253 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 20 Oct 1994 20:10:29 +0000 Subject: [PATCH] (LD_SWITCH_MACHINE): Defined. --- src/m/dpx2.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.39.5