diff options
| author | Richard M. Stallman | 1994-04-19 23:09:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-19 23:09:41 +0000 |
| commit | 6385c56009831be4fa607554600377137dac5212 (patch) | |
| tree | 36eca57ab879da6de110cae6883e7303bf1fea23 /src | |
| parent | a974bea1983daa0f87c70b7ef4f371198de5cec2 (diff) | |
| download | emacs-6385c56009831be4fa607554600377137dac5212.tar.gz emacs-6385c56009831be4fa607554600377137dac5212.zip | |
(CRT0_DUMMIES): Ignore one arg.
(LIBS_TERMCAP): Use the system's termcap.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/convex.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/m/convex.h b/src/m/convex.h index 5214d43dd48..0f6b34281a9 100644 --- a/src/m/convex.h +++ b/src/m/convex.h | |||
| @@ -57,9 +57,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 57 | 57 | ||
| 58 | #define NO_UNION_TYPE | 58 | #define NO_UNION_TYPE |
| 59 | 59 | ||
| 60 | /* crt0.c should use the vax-bsd style of entry, with no dummy args. */ | 60 | /* crt0.c should use the vax-bsd style of entry. |
| 61 | Ralph Sobek <Ralph.Sobek@cerfacs.fr> says must ignore one arg. */ | ||
| 61 | 62 | ||
| 62 | #define CRT0_DUMMIES | 63 | #define CRT0_DUMMIES ignore, |
| 63 | 64 | ||
| 64 | /* crt0.c should define a symbol `start' and do .globl with a dot. */ | 65 | /* crt0.c should define a symbol `start' and do .globl with a dot. */ |
| 65 | 66 | ||
| @@ -95,9 +96,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 95 | Define neither one if an assembler-language alloca | 96 | Define neither one if an assembler-language alloca |
| 96 | in the file alloca.s should be used. */ | 97 | in the file alloca.s should be used. */ |
| 97 | 98 | ||
| 98 | /*#define C_ALLOCA*/ | 99 | /* #define C_ALLOCA */ |
| 99 | #define HAVE_ALLOCA | 100 | #define HAVE_ALLOCA |
| 100 | 101 | ||
| 102 | /* Must use the system's termcap. It does special things. */ | ||
| 103 | |||
| 104 | #define LIBS_TERMCAP -ltermcap | ||
| 105 | |||
| 101 | /* Define NO_REMAP if memory segmentation makes it not work well | 106 | /* Define NO_REMAP if memory segmentation makes it not work well |
| 102 | to change the boundary between the text section and data section | 107 | to change the boundary between the text section and data section |
| 103 | when Emacs is dumped. If you define this, the preloaded Lisp | 108 | when Emacs is dumped. If you define this, the preloaded Lisp |