comparison src/m/pfa50.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 1a4c3573a216
children 57e7eb824978
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* Machine description file for PFU A-series. 1 /* Machine description file for PFU A-series.
2 Copyright (C) 1988, 1999 Free Software Foundation, Inc. 2 Copyright (C) 1988, 1999, 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 #endif /* pfa50, pfa70 */ 73 #endif /* pfa50, pfa70 */
74 74
75 /* SX/A has alloca in the PW library. */ 75 /* SX/A has alloca in the PW library. */
76 76
77 #define LIB_STANDARD -lPW -lc 77 #define LIB_STANDARD -lPW -lc
78 #define HAVE_ALLOCA
79 78
80 /* SX/A uses terminfo and lib/curses */ 79 /* SX/A uses terminfo and lib/curses */
81 80
82 #define TERMINFO 81 #define TERMINFO
83 82