X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=float.h;h=40e20006990cd250e77ff629c98efc66b0e748f4;hp=7382c3f1673419c1040e6ff67d68591833bbc7a8;hb=641c7ba235ea45b29e679188bec506fdd4e24995;hpb=89c516d1b45766b519f60b986366a3c592ec5760 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 */