From: Richard M. Stallman Date: Wed, 3 Sep 1997 23:02:21 +0000 (+0000) Subject: (HAVE_RINT): Add #undef. X-Git-Tag: emacs-20.1~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=994de0acdf20d9c7c92af4af7ccbead27ab6fe50;p=emacs.git (HAVE_RINT): Add #undef. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 41063fdd3ce..e2423afd055 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -59,3 +59,13 @@ /* Tested in getloadavg.c. */ #define HAVE_PSTAT_GETDYNAMIC + +/* Eric Backus says, HP-UX 9.x on HP 700 machines + has a broken `rint' in some library versions including math library + version number A.09.05. + + You can fix the math library by installing patch number PHSS_4630. + But we can fix it more reliably for Emacs like this. */ +#undef HAVE_RINT + +