diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-10-10 12:17:48 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-10-10 12:17:48 +0000 |
commit | 3e666abc01da75e0928f1c8e91318acac7e229cb (patch) | |
tree | 877fbc5eb116e0437b05dc47fe1ae1a4d1ffb6d9 /lib/libm/noieee_src/mathimpl.h | |
parent | f35e3795316ba6a0ffa8aa83935d29a33f9e04f4 (diff) |
^vax^__vax__
Diffstat (limited to 'lib/libm/noieee_src/mathimpl.h')
-rw-r--r-- | lib/libm/noieee_src/mathimpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/noieee_src/mathimpl.h b/lib/libm/noieee_src/mathimpl.h index 30e94f03b01..e4ed3fd91b2 100644 --- a/lib/libm/noieee_src/mathimpl.h +++ b/lib/libm/noieee_src/mathimpl.h @@ -37,7 +37,7 @@ #include <sys/cdefs.h> #include <math.h> -#if defined(vax)||defined(tahoe) +#if defined(__vax__)||defined(tahoe) /* Deal with different ways to concatenate in cpp */ # ifdef __STDC__ @@ -47,7 +47,7 @@ # endif /* Deal with vax/tahoe byte order issues */ -# ifdef vax +# ifdef __vax__ # define cat3t(a,b,c) cat3(a,b,c) # else # define cat3t(a,b,c) cat3(a,c,b) @@ -85,7 +85,7 @@ # define ic(name, value, bexp, xval) \ const static double name = value; -#endif /* defined(vax)||defined(tahoe) */ +#endif /* defined(__vax__)||defined(tahoe) */ /* |