]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRoland McGrath <roland@gnu.org>
Mon, 26 Jul 1993 17:37:11 +0000 (17:37 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 26 Jul 1993 17:37:11 +0000 (17:37 +0000)
src/getloadavg.c

index 8dba8a181f348c2193f8e0b6d3cc3de1b8fd4168..db1f7158a9032dba68ed75750cfb189198f8677d 100644 (file)
 #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