Mercurial > emacs
changeset 22828:06cce6ea9dd0
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Jul 1998 04:24:47 +0000 |
parents | 053f8d41f34c |
children | 6323b7754a76 |
files | src/s/ultrix4-3.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/ultrix4-3.h Sat Jul 25 20:58:03 1998 +0000 +++ b/src/s/ultrix4-3.h Sun Jul 26 04:24:47 1998 +0000 @@ -6,3 +6,8 @@ /* Must set the line discipline to this, to make termio work. */ #define SET_LINE_DISCIPLINE TERMIODISC + +#ifndef NOT_C_CODE +/* The address of this is used, but Ultrix header files don't declare it. */ +extern double rint (); +#endif