summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src/n_gamma.c
diff options
context:
space:
mode:
authorhugh <hugh@openbsd.org>2000-10-10 12:17:43 +0000
committerhugh <hugh@openbsd.org>2000-10-10 12:17:43 +0000
commit8f5ac5ef412c97a7eb617ca3a57c0189e81f76a1 (patch)
tree1bce2ed9b738c71645e1c6e95ddf615a35fe7588 /lib/libm/noieee_src/n_gamma.c
parentDon't install ieeefp.h on vax. derradt Ok. (diff)
downloadwireguard-openbsd-8f5ac5ef412c97a7eb617ca3a57c0189e81f76a1.tar.xz
wireguard-openbsd-8f5ac5ef412c97a7eb617ca3a57c0189e81f76a1.zip
^vax^__vax__
Diffstat (limited to 'lib/libm/noieee_src/n_gamma.c')
-rw-r--r--lib/libm/noieee_src/n_gamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/noieee_src/n_gamma.c b/lib/libm/noieee_src/n_gamma.c
index a5d5e949898..b719cdd978c 100644
--- a/lib/libm/noieee_src/n_gamma.c
+++ b/lib/libm/noieee_src/n_gamma.c
@@ -127,7 +127,7 @@ static int endian;
* TRUNC sets trailing bits in a floating-point number to zero.
* is a temporary variable.
*/
-#if defined(vax) || defined(tahoe)
+#if defined(__vax__) || defined(tahoe)
#define _IEEE 0
#define TRUNC(x) x = (double) (float) (x)
#else