X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtod.c;h=69c57a4df17f1dc7c3b3115fb038991bffe02d03;hb=0941f53a92efc360e019b76923d0ecd380849939;hp=0d364f23842238bea2a5009b57940d481dfb66e3;hpb=fd6a92931bd9aa252d353d585b10357fd73214ca;p=gnulib.git diff --git a/lib/strtod.c b/lib/strtod.c index 0d364f238..69c57a4df 100644 --- a/lib/strtod.c +++ b/lib/strtod.c @@ -11,11 +11,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H -#include +#if HAVE_CONFIG_H +# include #endif #include @@ -26,21 +26,21 @@ extern int errno; #include #include -#ifdef HAVE_FLOAT_H -#include +#if HAVE_FLOAT_H +# include #else -#define DBL_MAX 1.7976931348623159e+308 -#define DBL_MIN 2.2250738585072010e-308 +# define DBL_MAX 1.7976931348623159e+308 +# define DBL_MIN 2.2250738585072010e-308 #endif #if STDC_HEADERS -#include -#include +# include +# include #else -#define NULL 0 -#ifndef HUGE_VAL -#define HUGE_VAL HUGE -#endif +# define NULL 0 +# ifndef HUGE_VAL +# define HUGE_VAL HUGE +# endif #endif /* Convert NPTR to a double. If ENDPTR is not NULL, a pointer to the