Commit 671019ef authored by joerg@trift2.'s avatar joerg@trift2.
Browse files

strings/strtod.c : Ensure the definition of "EOVERFLOW" is available.

In 5.0, this is already solved, so that is a null-merge ("ul").
parent 0d15e5e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

 */

#include <my_global.h>				/* Includes errno.h */
#include <my_base.h>				/* Includes errno.h */
#include <m_ctype.h>

#define MAX_DBL_EXP	308