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