From 70ee3dc40652898a79cc22840ad37e853692f6ad Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 4 Sep 1991 16:18:23 +0000 Subject: [PATCH] Fixed machine-dependant defines --- include/_tail_cc/math.h | 4 ++-- include/_tail_cc/stdio.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/_tail_cc/math.h b/include/_tail_cc/math.h index d2dd69a34..5a0d619c9 100644 --- a/include/_tail_cc/math.h +++ b/include/_tail_cc/math.h @@ -50,13 +50,13 @@ extern double sinh(), tanh(), cosh(); #define POLYNOM12(x, a) (POLYNOM11((x),(a)+1)*(x)+(a)[0]) #define POLYNOM13(x, a) (POLYNOM12((x),(a)+1)*(x)+(a)[0]) -#ifdef vax +#ifdef __vax #define M_MAX_D 1.701411834604692293e+38 #define M_MIN_D 2.938735877055718770e-39 #define M_DEXPLEN 8 #endif -#ifdef pdp +#ifdef __pdp #define M_MAX_D 1.701411834604692293e+38 #define M_MIN_D 2.938735877055718770e-39 #define M_DEXPLEN 8 diff --git a/include/_tail_cc/stdio.h b/include/_tail_cc/stdio.h index a37449787..780bb721f 100644 --- a/include/_tail_cc/stdio.h +++ b/include/_tail_cc/stdio.h @@ -4,10 +4,10 @@ * See the copyright notice in the ACK home directory, in the file "Copyright". */ #define BUFSIZ 1024 -#ifdef vax +#ifdef __vax #define _NBF 8 #endif -#ifdef mc68020 +#ifdef __mc68020 #define _NBF 8 #endif #ifndef _NBF -- 2.34.1