diff options
| author | Richard M. Stallman | 1996-10-02 21:43:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-02 21:43:16 +0000 |
| commit | 55ac4e93322f52e8ebe3c8e76dbdb46769a06608 (patch) | |
| tree | a078f50ea447a36d5564ba1adc4e458697dc65d9 /src | |
| parent | 52fb15fae2bfa077abfc0e10547681f65936fe86 (diff) | |
| download | emacs-55ac4e93322f52e8ebe3c8e76dbdb46769a06608.tar.gz emacs-55ac4e93322f52e8ebe3c8e76dbdb46769a06608.zip | |
(ospeed): New definition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix5-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 1799e34562d..477f85756d4 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h | |||
| @@ -123,3 +123,7 @@ char *_getpty(); | |||
| 123 | #ifdef __GNUC__ | 123 | #ifdef __GNUC__ |
| 124 | #define C_DEBUG_SWITCH | 124 | #define C_DEBUG_SWITCH |
| 125 | #endif | 125 | #endif |
| 126 | |||
| 127 | /* Prevent the variable ospeed from being defined by -lcurses | ||
| 128 | because it defines it with too few bytes. */ | ||
| 129 | #define ospeed ospeed_ | ||