comparison src/m/sequent.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 ee40177f6c68
children 23a1cea22d13
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* machine description file for SEQUENT BALANCE machines 1 /* machine description file for SEQUENT BALANCE machines
2 Copyright (C) 1985, 1986 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 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
98 Otherwise Emacs assumes that text space precedes data space, 98 Otherwise Emacs assumes that text space precedes data space,
99 numerically. */ 99 numerically. */
100 100
101 /* #define VIRT_ADDR_VARIES */ 101 /* #define VIRT_ADDR_VARIES */
102 102
103 /* Define C_ALLOCA if this machine does not support a true alloca
104 and the one written in C should be used instead.
105 Define HAVE_ALLOCA to say that the system provides a properly
106 working alloca function and it should be used.
107 Define neither one if an assembler-language alloca
108 in the file alloca.s should be used. */
109
110 /* #define C_ALLOCA */
111 #define HAVE_ALLOCA
112
113 /* Name of file the to look in 103 /* Name of file the to look in
114 for the kernel symbol table (for load average) */ 104 for the kernel symbol table (for load average) */
115 105
116 #undef KERNEL_FILE 106 #undef KERNEL_FILE
117 #define KERNEL_FILE "/dynix" 107 #define KERNEL_FILE "/dynix"