mirror of
https://github.com/mirror/make.git
synced 2025-02-06 01:30:23 +08:00
*** empty log message ***
This commit is contained in:
parent
96fb58e401
commit
245d0b3772
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user