comparison src/m/altos.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 /* altos machine description file Altos 3068 Unix System V Release 2 1 /* altos machine description file Altos 3068 Unix System V Release 2
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
34 34
35 #define NO_UNION_TYPE 35 #define NO_UNION_TYPE
36 36
37 #define LIB_STANDARD -lc 37 #define LIB_STANDARD -lc
38 38
39 #ifdef __GNUC__
40 #define alloca __builtin_alloca
41 #define HAVE_ALLOCA
42 #else
43 #define C_ALLOCA /* we have -lPW and alloca but it's broken!
44 <vsedev!ron> */
45 #endif
46
47 #define SWITCH_ENUM_BUG 39 #define SWITCH_ENUM_BUG
48 40
49 #define NO_REMAP 41 #define NO_REMAP
50 #define STACK_DIRECTION -1
51 42
52 #undef TERMINFO 43 #undef TERMINFO
53 44
54 #undef CANNOT_DUMP 45 #undef CANNOT_DUMP
55 #undef SHORTNAMES 46 #undef SHORTNAMES