diff options
| author | Richard M. Stallman | 1993-06-01 21:07:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-01 21:07:09 +0000 |
| commit | 0360eb4bb57359bd3aab0cf0029590c46046965d (patch) | |
| tree | 17780a7c89c8ef5e9e8123f8167431c2bbf9def4 /src | |
| parent | 83d1b92f9e1f8475ef2c2a11121eb7b55e9ff049 (diff) | |
| download | emacs-0360eb4bb57359bd3aab0cf0029590c46046965d.tar.gz emacs-0360eb4bb57359bd3aab0cf0029590c46046965d.zip | |
(GETPGRP_NO_ARG): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix4-0.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 589773a8213..05ad1d21552 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -53,3 +53,6 @@ | |||
| 53 | /* jpff@maths.bath.ac.uk reports `struct exception' is not defined | 53 | /* jpff@maths.bath.ac.uk reports `struct exception' is not defined |
| 54 | on this system, so inhibit use of matherr. */ | 54 | on this system, so inhibit use of matherr. */ |
| 55 | #define NO_MATHERR | 55 | #define NO_MATHERR |
| 56 | |||
| 57 | /* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed. */ | ||
| 58 | #define GETPGRP_NO_ARG | ||