comparison src/m/gec63.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 b11c3e06693b
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* machine description file for gec63 1 /* machine description file for gec63
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
36 36
37 #define NO_UNION_TYPE 37 #define NO_UNION_TYPE
38 38
39 /* GEC63 has alloca in the PW/ux63 library. */ 39 /* GEC63 has alloca in the PW/ux63 library. */
40 #define LIB_STANDARD -lPW -lc 40 #define LIB_STANDARD -lPW -lc
41 #define HAVE_ALLOCA
42 41
43 /* Do not define LOAD_AVE_TYPE or LOAD_AVE_CVT 42 /* Do not define LOAD_AVE_TYPE or LOAD_AVE_CVT
44 since there is no /dev/kmem */ 43 since there is no /dev/kmem */
45 44
46 #undef ADDR_CORRECT(x) 45 #undef ADDR_CORRECT(x)