diff options
| author | Richard M. Stallman | 1997-09-03 23:02:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-03 23:02:21 +0000 |
| commit | 994de0acdf20d9c7c92af4af7ccbead27ab6fe50 (patch) | |
| tree | 3f748bdbd26b246116fd64c2513f99a46c4c7525 /src/s | |
| parent | dca6c9144c707a8d23ca9c7cdad21554fce464e4 (diff) | |
| download | emacs-994de0acdf20d9c7c92af4af7ccbead27ab6fe50.tar.gz emacs-994de0acdf20d9c7c92af4af7ccbead27ab6fe50.zip | |
(HAVE_RINT): Add #undef.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux9.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 59 | 59 | ||
| 60 | /* Tested in getloadavg.c. */ | 60 | /* Tested in getloadavg.c. */ |
| 61 | #define HAVE_PSTAT_GETDYNAMIC | 61 | #define HAVE_PSTAT_GETDYNAMIC |
| 62 | |||
| 63 | /* Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines | ||
| 64 | has a broken `rint' in some library versions including math library | ||
| 65 | version number A.09.05. | ||
| 66 | |||
| 67 | You can fix the math library by installing patch number PHSS_4630. | ||
| 68 | But we can fix it more reliably for Emacs like this. */ | ||
| 69 | #undef HAVE_RINT | ||
| 70 | |||
| 71 | |||