comparison src/m/convex.h @ 44601:4be8406ebef9

Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
author Andreas Schwab <schwab@suse.de>
date Mon, 15 Apr 2002 13:23:33 +0000
parents 6d18f98e184a
children 23a1cea22d13
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* machine description file for Convex (all models). 1 /* machine description file for Convex (all models).
2 Copyright (C) 1987, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1987, 1994, 2002 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
82 82
83 Otherwise Emacs assumes that text space precedes data space, 83 Otherwise Emacs assumes that text space precedes data space,
84 numerically. */ 84 numerically. */
85 85
86 /*#define VIRT_ADDR_VARIES*/ 86 /*#define VIRT_ADDR_VARIES*/
87
88 /* Define C_ALLOCA if this machine does not support a true alloca
89 and the one written in C should be used instead.
90 Define HAVE_ALLOCA to say that the system provides a properly
91 working alloca function and it should be used.
92 Define neither one if an assembler-language alloca
93 in the file alloca.s should be used. */
94
95 /* #define C_ALLOCA */
96 #define HAVE_ALLOCA
97 87
98 /* Must use the system's termcap. It does special things. */ 88 /* Must use the system's termcap. It does special things. */
99 89
100 #define LIBS_TERMCAP -ltermcap 90 #define LIBS_TERMCAP -ltermcap
101 91