diff options
| author | Richard M. Stallman | 1998-07-26 04:24:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-26 04:24:47 +0000 |
| commit | 524eab087cd6f6f17e2f350bb08977b33bff6ee0 (patch) | |
| tree | 4bdbe7210927276fc0fc1ba37eb63ee10ad4975d /src | |
| parent | 28085971fa313fe6960f8d010b951fbbeef20eb1 (diff) | |
| download | emacs-524eab087cd6f6f17e2f350bb08977b33bff6ee0.tar.gz emacs-524eab087cd6f6f17e2f350bb08977b33bff6ee0.zip | |
entered into RCS
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/ultrix4-3.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/ultrix4-3.h b/src/s/ultrix4-3.h index 0ca4900ffaa..c8d5e4a324e 100644 --- a/src/s/ultrix4-3.h +++ b/src/s/ultrix4-3.h | |||
| @@ -6,3 +6,8 @@ | |||
| 6 | 6 | ||
| 7 | /* Must set the line discipline to this, to make termio work. */ | 7 | /* Must set the line discipline to this, to make termio work. */ |
| 8 | #define SET_LINE_DISCIPLINE TERMIODISC | 8 | #define SET_LINE_DISCIPLINE TERMIODISC |
| 9 | |||
| 10 | #ifndef NOT_C_CODE | ||
| 11 | /* The address of this is used, but Ultrix header files don't declare it. */ | ||
| 12 | extern double rint (); | ||
| 13 | #endif | ||