diff options
Diffstat (limited to 'strings')
-rw-r--r-- | strings/strtod.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/strings/strtod.c b/strings/strtod.c index aa0f7aa4336..bc8105b8040 100644 --- a/strings/strtod.c +++ b/strings/strtod.c @@ -29,10 +29,6 @@ #include "my_base.h" /* Includes errno.h */ #include "m_ctype.h" -#ifndef EOVERFLOW -#define EOVERFLOW 84 -#endif - static double scaler10[] = { 1.0, 1e10, 1e20, 1e30, 1e40, 1e50, 1e60, 1e70, 1e80, 1e90 }; |