mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
Merge trift2.:/M41/push-1-4.1
into trift2.:/M50/merge-4.1-to-5.0 strings/strtod.c: Manual merge: Null merge with header file cleanup ("my_base.h" includes "my_global.h", so we do not need both).
This commit is contained in:
commit
4e31c3fe60
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "my_base.h" /* Defines EOVERFLOW on Windows */
|
||||
#include "my_global.h" /* Includes errno.h */
|
||||
#include "my_base.h" /* Includes errno.h + EOVERFLOW */
|
||||
#include "m_ctype.h"
|
||||
|
||||
#define MAX_DBL_EXP 308
|
||||
|
|
Loading…
Add table
Reference in a new issue