diff options
| author | Paul Eggert | 1999-10-19 07:27:16 +0000 |
|---|---|---|
| committer | Paul Eggert | 1999-10-19 07:27:16 +0000 |
| commit | 332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd (patch) | |
| tree | 5b7b71e7387a5074f6a4b956385d678d4fab7dea /src/m/stride.h | |
| parent | 68c45bf06516ed4650eb7f9f617742d84750600a (diff) | |
| download | emacs-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/stride.h')
| -rw-r--r-- | src/m/stride.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/stride.h b/src/m/stride.h index 3e031ebe859..770ffe9c230 100644 --- a/src/m/stride.h +++ b/src/m/stride.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Stride Micro System-V.2.2 | 1 | /* Definitions file for GNU Emacs running on Stride Micro System-V.2.2 |
| 2 | Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986, 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 | ||
| @@ -101,7 +101,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 101 | signals without losing them. So, I've gone back to non-SIGIO mode, so | 101 | signals without losing them. So, I've gone back to non-SIGIO mode, so |
| 102 | please append this line to the file "stride.h": | 102 | please append this line to the file "stride.h": |
| 103 | */ | 103 | */ |
| 104 | #undef SIGIO | 104 | #define BROKEN_SIGIO |
| 105 | 105 | ||
| 106 | /* Specify alignment requirement for start of text and data sections | 106 | /* Specify alignment requirement for start of text and data sections |
| 107 | in the executable file. */ | 107 | in the executable file. */ |