]> pd.if.org Git - pdclib/blobdiff - float.h
Cosmetics (moving Id tag to top, adding Name tag, adjusting limits.h from enquire...
[pdclib] / float.h
diff --git a/float.h b/float.h
index 7382c3f1673419c1040e6ff67d68591833bbc7a8..40e20006990cd250e77ff629c98efc66b0e748f4 100644 (file)
--- 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 <float.h>
 
    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  */