comparison src/m/tad68k.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-dependent configuration for GNU Emacs for Tadpole 68k machines 1 /* Machine-dependent configuration for GNU Emacs for Tadpole 68k machines
2 Copyright (C) 1986 Free Software Foundation, Inc. 2 Copyright (C) 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
73 Otherwise Emacs assumes that text space precedes data space, 73 Otherwise Emacs assumes that text space precedes data space,
74 numerically. */ 74 numerically. */
75 75
76 /* #define VIRT_ADDR_VARIES */ /* Karl Kleinpaste says this isn't needed. */ 76 /* #define VIRT_ADDR_VARIES */ /* Karl Kleinpaste says this isn't needed. */
77 77
78 /* Define C_ALLOCA if this machine does not support a true alloca
79 and the one written in C should be used instead.
80 Define HAVE_ALLOCA to say that the system provides a properly
81 working alloca function and it should be used.
82 Define neither one if an assembler-language alloca
83 in the file alloca.s should be used. */
84
85 /* SysV has alloca in the PW library */ 78 /* SysV has alloca in the PW library */
86 79
87 #define LIB_STANDARD -lPW -lc 80 #define LIB_STANDARD -lPW -lc
88 #define HAVE_ALLOCA
89 81
90 /* Define NO_REMAP if memory segmentation makes it not work well 82 /* Define NO_REMAP if memory segmentation makes it not work well
91 to change the boundary between the text section and data section 83 to change the boundary between the text section and data section
92 when Emacs is dumped. If you define this, the preloaded Lisp 84 when Emacs is dumped. If you define this, the preloaded Lisp
93 code will not be sharable; but that's better than failing completely. */ 85 code will not be sharable; but that's better than failing completely. */