From: Richard M. Stallman Date: Sun, 26 Jul 1998 04:24:47 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-20.3~251 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=524eab087cd6f6f17e2f350bb08977b33bff6ee0;p=emacs.git entered into RCS --- 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 @@ /* 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