aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/alpha.h
diff options
context:
space:
mode:
authorPaul Eggert1999-10-19 07:27:16 +0000
committerPaul Eggert1999-10-19 07:27:16 +0000
commit332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd (patch)
tree5b7b71e7387a5074f6a4b956385d678d4fab7dea /src/m/alpha.h
parent68c45bf06516ed4650eb7f9f617742d84750600a (diff)
downloademacs-332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd.tar.gz
emacs-332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd.zip
* 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.
Diffstat (limited to 'src/m/alpha.h')
-rw-r--r--src/m/alpha.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 4440421e41a..f211ef17cab 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -1,5 +1,5 @@
1/* machine description file For the alpha chip. 1/* machine description file For the alpha chip.
2 Copyright (C) 1994, 1997 Free Software Foundation, Inc. 2 Copyright (C) 1994, 1997, 1999 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -241,8 +241,6 @@ NOTE-END
241/* We need these because pointers are larger than the default ints. */ 241/* We need these because pointers are larger than the default ints. */
242#if !defined(__NetBSD__) && !defined(__OpenBSD__) 242#if !defined(__NetBSD__) && !defined(__OpenBSD__)
243#include <alloca.h> 243#include <alloca.h>
244#else
245#include <stdlib.h>
246#endif 244#endif
247 245
248/* Hack alert! For reasons unknown to mankind the string.h file insists 246/* Hack alert! For reasons unknown to mankind the string.h file insists
@@ -299,7 +297,7 @@ extern void r_alloc_free ();
299 if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \ 297 if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \
300 fd = -1; \ 298 fd = -1; \
301 sigsetmask (mask); \ 299 sigsetmask (mask); \
302 close (dummy); \ 300 emacs_close (dummy); \
303 } \ 301 } \
304 while (0) 302 while (0)
305#endif 303#endif