Mercurial > emacs
diff src/m/dpx2.h @ 9628:d325ca3a67e4
(LD_SWITCH_MACHINE): Defined.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 20 Oct 1994 20:10:29 +0000 |
| parents | c49e28d99238 |
| children | 547f336442af |
line wrap: on
line diff
--- a/src/m/dpx2.h Thu Oct 20 20:03:30 1994 +0000 +++ b/src/m/dpx2.h Thu Oct 20 20:10:29 1994 +0000 @@ -240,6 +240,9 @@ /* 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 */
