]> pd.if.org Git - pdclib/blobdiff - platform/example/includes/float.h
Comment cleanups.
[pdclib] / platform / example / includes / float.h
index de47aeb501358af370570ff668326a47dc672e62..f3f32a4bfc7bfd9c90e36249fa0230a627506e9c 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.7 Characteristics of floating types <float.h>
+/* 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.
@@ -9,10 +7,7 @@
 #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_EVAL_METHOD _PDCLIB_FLT_EVAL_METHOD