changeset 6969:7cf053b348f1

(CRT0_DUMMIES): Ignore one arg. (LIBS_TERMCAP): Use the system's termcap.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Apr 1994 23:09:41 +0000
parents 20acd87f9180
children f3e2a4344ed6
files src/m/convex.h
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/convex.h	Tue Apr 19 22:48:32 1994 +0000
+++ b/src/m/convex.h	Tue Apr 19 23:09:41 1994 +0000
@@ -57,9 +57,10 @@
 
 #define NO_UNION_TYPE
 
-/* crt0.c should use the vax-bsd style of entry, with no dummy args.  */
+/* crt0.c should use the vax-bsd style of entry.
+   Ralph Sobek <Ralph.Sobek@cerfacs.fr> says must ignore one arg.  */
 
-#define CRT0_DUMMIES
+#define CRT0_DUMMIES ignore,
 
 /* crt0.c should define a symbol `start' and do .globl with a dot.  */
 
@@ -95,9 +96,13 @@
    Define neither one if an assembler-language alloca
    in the file alloca.s should be used.  */
 
-/*#define C_ALLOCA*/
+/* #define C_ALLOCA */
 #define HAVE_ALLOCA
 
+/* Must use the system's termcap.  It does special things.  */
+  
+#define LIBS_TERMCAP -ltermcap
+  
 /* Define NO_REMAP if memory segmentation makes it not work well
    to change the boundary between the text section and data section
    when Emacs is dumped.  If you define this, the preloaded Lisp