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 | f9378c7bfd7716653789b7d9e382972c8a62a41c (patch) | |
tree | 3807ebec68f6092fc3c1dd3ba86fb28f2abd2b6d /src/getloadavg.c | |
parent | 459d024daa29970a3300294ce2b1f7e68b9c7e2b (diff) | |
download | emacs-f9378c7bfd7716653789b7d9e382972c8a62a41c.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/getloadavg.c')
-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 |