comparison src/m/amdahl.h @ 26089:1a4c3573a216

* m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now. (NSIG): Remove. (NSIG_MINIMUM): New macro. * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h, m/ustation.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * m/ustation.h: (SIGTSTP): Do not undef. (BROKEN_SIGTSTP): New macro. * m/delta.h: Doc fix.
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Oct 1999 07:27:16 +0000
parents ee40177f6c68
children 4be8406ebef9
comparison
equal deleted inserted replaced
26088:b7aa6ac26872 26089:1a4c3573a216
1 /* amdahl machine description file 1 /* amdahl machine description file
2 Copyright (C) 1987 Free Software Foundation, Inc. 2 Copyright (C) 1987, 1999 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
148 148
149 /* Tell alloca.c which direction stack grows. */ 149 /* Tell alloca.c which direction stack grows. */
150 #define STACK_DIRECTION -1 150 #define STACK_DIRECTION -1
151 151
152 /* Compensate for error in signal.h. */ 152 /* Compensate for error in signal.h. */
153 #if NSIG==19 153 #define NSIG_MINIMUM 20
154 #undef NSIG
155 #define NSIG 20
156 #endif