diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-02 21:43:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-02 21:43:16 +0000 |
commit | 55ac4e93322f52e8ebe3c8e76dbdb46769a06608 (patch) | |
tree | a078f50ea447a36d5564ba1adc4e458697dc65d9 /src/s | |
parent | 52fb15fae2bfa077abfc0e10547681f65936fe86 (diff) | |
download | emacs-55ac4e93322f52e8ebe3c8e76dbdb46769a06608.tar.gz |
(ospeed): New definition.
Diffstat (limited to 'src/s')
-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(); #ifdef __GNUC__ #define C_DEBUG_SWITCH #endif + +/* Prevent the variable ospeed from being defined by -lcurses + because it defines it with too few bytes. */ +#define ospeed ospeed_ |