fix machine-dependant #if's

This commit is contained in:
ceriel
1991-09-04 15:37:41 +00:00
parent a2fd894103
commit 620f7e3d49
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#if !defined(_FLOAT_H)
#define _FLOAT_H
#if defined(vax) || defined(pdp)
#if defined(__vax) || defined(__pdp)
#define FLT_DIG 6
#define FLT_EPSILON 5.96046448e-08F
#define FLT_MANT_DIG 8