# HG changeset patch # User Richard M. Stallman # Date 901427087 0 # Node ID 06cce6ea9dd0292aa6eb838eedabaf8424696178 # Parent 053f8d41f34c89bd147ba9bf9f2502b30fbac7aa entered into RCS diff -r 053f8d41f34c -r 06cce6ea9dd0 src/s/ultrix4-3.h --- 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