[alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.

This commit is contained in:
Roland McGrath 1994-10-27 00:34:56 +00:00
parent 462304918c
commit 612a29e0dd

View File

@ -218,6 +218,13 @@ extern int errno;
#define FSCALE 1024.0
#endif
#if defined(alliant) && defined(i860) /* Alliant FX/2800 */
/* <sys/param.h> defines an incorrect value for FSCALE on an
Alliant FX/2800 Concentrix 2.2, according to ghazi@noc.rutgers.edu. */
#undef FSCALE
#define FSCALE 100.0
#endif
#ifndef FSCALE
@ -246,13 +253,6 @@ extern int errno;
#define FSCALE 100.0
#endif
#if defined(alliant) && defined(i860) /* Alliant FX/2800 */
/* <sys/param.h> defines an incorrect value for FSCALE on an
Alliant FX/2800 Concentrix 2.2, according to ghazi@noc.rutgers.edu. */
#undef FSCALE
#define FSCALE 100.0
#endif
#endif /* Not FSCALE. */
#if !defined (LDAV_CVT) && defined (FSCALE)