diff options
| author | Richard M. Stallman | 1994-10-20 20:10:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-20 20:10:29 +0000 |
| commit | 7ee9eab9d72a24c5742c933c6b5f0af742eae253 (patch) | |
| tree | 2002580d664dc489ddfe0a3d63fa1aaa382c05d0 /src | |
| parent | bc9babb6220e299f94da942a50c869a98d4b89c6 (diff) | |
| download | emacs-7ee9eab9d72a24c5742c933c6b5f0af742eae253.tar.gz emacs-7ee9eab9d72a24c5742c933c6b5f0af742eae253.zip | |
(LD_SWITCH_MACHINE): Defined.
Diffstat (limited to 'src')
| -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. */ | |||
| 240 | /* Send signals to subprocesses by "typing" signal chars at them. */ | 240 | /* Send signals to subprocesses by "typing" signal chars at them. */ |
| 241 | #define SIGNALS_VIA_CHARACTERS | 241 | #define SIGNALS_VIA_CHARACTERS |
| 242 | 242 | ||
| 243 | /* This is to prevent memory clobbering on the DPX/2 200. */ | ||
| 244 | #define LD_SWITCH_MACHINE -N -T32 | ||
| 245 | |||
| 243 | /* end of dpx2.h */ | 246 | /* end of dpx2.h */ |
| 244 | 247 | ||
| 245 | 248 | ||