diff options
author | Roland McGrath <roland@gnu.org> | 1993-07-26 17:37:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-07-26 17:37:11 +0000 |
commit | 934d56b7f1211b6e0053e55149feb53bbbba3bf9 (patch) | |
tree | 60bcd6c0e6ff8f66e104b0bf44e2fe77c81efe3a /src | |
parent | fcadf1c77d05374e6a8f0dc46cca077086e8a939 (diff) | |
download | emacs-934d56b7f1211b6e0053e55149feb53bbbba3bf9.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/getloadavg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c index 8dba8a181f3..db1f7158a90 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -203,6 +203,9 @@ #endif #if defined (sgi) || defined (sequent) +/* Sometimes both MIPS and sgi are defined, so FSCALE was just defined + above under #ifdef MIPS. But we want the sgi value. */ +#undef FSCALE #define FSCALE 1000.0 #endif |