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: This file needs the definition of "EOVERFLOW", which is on some platforms (Windows, OpenBSD) provided only by "my_base.h". As this in turn includes "my_global.h", the include file name can be changed.
This commit is contained in:
parent
e7ea49dc0d
commit
e732d3527f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user