comparison src/m/tahoe.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 tahoe. 1 /* machine description file for tahoe.
2 Copyright (C) 1985 Free Software Foundation, Inc. 2 Copyright (C) 1985, 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
64 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) 64 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
65 65
66 /* This triggers some stuff to avoid a compiler bug */ 66 /* This triggers some stuff to avoid a compiler bug */
67 67
68 #define TAHOE_REGISTER_BUG 68 #define TAHOE_REGISTER_BUG
69
70 /* System provides alloca. */
71
72 #define HAVE_ALLOCA