From 671019efd650ee0aaafc13c813c43f7780d2173c Mon Sep 17 00:00:00 2001 From: "joerg@trift2." <> Date: Mon, 17 Jul 2006 19:38:46 +0200 Subject: [PATCH] strings/strtod.c : Ensure the definition of "EOVERFLOW" is available. In 5.0, this is already solved, so that is a null-merge ("ul"). --- strings/strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/strtod.c b/strings/strtod.c index da1b4f4baa6..1663cd61b78 100644 --- a/strings/strtod.c +++ b/strings/strtod.c @@ -26,7 +26,7 @@ */ -#include /* Includes errno.h */ +#include /* Includes errno.h */ #include #define MAX_DBL_EXP 308