Fixed machine-dependant defines

This commit is contained in:
ceriel 1991-09-04 16:18:23 +00:00
parent b6590ab8d1
commit 70ee3dc406
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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