mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
strings/strtod.c : Ensure the definition of "EOVERFLOW" is available.
In 5.0, this is already solved, so that is a null-merge ("ul").
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user