X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=float.h;h=40e20006990cd250e77ff629c98efc66b0e748f4;hb=1d7aad8d5cf27c122e4ea1d4af59ede9da71ff90;hp=7382c3f1673419c1040e6ff67d68591833bbc7a8;hpb=fe2ffa3779dbc1ad31d15037e50d3d110341a159;p=pdclib.old diff --git a/float.h b/float.h index 7382c3f..40e2000 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 */