X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=float.h;h=5b878fb0d5f3034167b57273fb6b80c2492b90f9;hb=12d0f95aff1fc89b71078487652c7fdf71969892;hp=7382c3f1673419c1040e6ff67d68591833bbc7a8;hpb=fe2ffa3779dbc1ad31d15037e50d3d110341a159;p=pdclib.old diff --git a/float.h b/float.h index 7382c3f..5b878fb 100644 --- a/float.h +++ b/float.h @@ -1,22 +1,24 @@ -#ifndef _PDCLIB_FLOAT_H -#define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H - /* $Id$ */ +/* Release $Name$ */ + /* 7.7 Characteristics of floating types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ -#ifndef _PDCLIB_DEFS_H -#define _PDCLIB_DEFS_H _PDCLIB_DEFS_H -#include <_PDCLIB_defs.h> +#ifndef _PDCLIB_FLOAT_H +#define _PDCLIB_FLOAT_H _PDCLIB_FLOAT_H + +#ifndef _PDCLIB_CONFIG_H +#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H +#include <_PDCLIB_config.h> #endif -#define FLT_ROUNDS _PDCLIB_FLT_ROUNDS +#define FLT_ROUNDS _PDCLIB_FLT_ROUNDS #define FLT_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD -#define DECIMAL_DIG _PDCLIB_DECIMAL_DIG +#define DECIMAL_DIG _PDCLIB_DECIMAL_DIG /* Produced by enquire version 5.1a, CWI, Amsterdam http://www.cwi.nl/~steven/enquire.html */ @@ -83,3 +85,4 @@ #define LDBL_MAX_10_EXP 4932 #endif +