comparison src/m/7300.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 AT&T UNIX PC model 7300 1 /* machine description file for AT&T UNIX PC model 7300
2 Copyright (C) 1986 Free Software Foundation, Inc. 2 Copyright (C) 1986, 2002 Free Software Foundation, Inc.
3 Modified for this machine by mtxinu!rtech!gonzo!daveb 3 Modified for this machine by mtxinu!rtech!gonzo!daveb
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
64 64
65 /* Convert that into an integer that is 100 for a load average of 1.0 */ 65 /* Convert that into an integer that is 100 for a load average of 1.0 */
66 66
67 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */ 67 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */
68 68
69 #ifdef __GNUC__ 69 #ifndef __GNUC__
70
71 #define HAVE_ALLOCA
72
73 #else
74 70
75 #define SWITCH_ENUM_BUG 71 #define SWITCH_ENUM_BUG
76 #define C_ALLOCA
77 #define STACK_DIRECTION -1
78 72
79 #endif 73 #endif
80 74
81 /* If you have the PD pty driver installed, uncomment the following line. */ 75 /* If you have the PD pty driver installed, uncomment the following line. */
82 /* #define HAVE_PTYS */ 76 /* #define HAVE_PTYS */