1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

EOVERFLOW moved to my_base.h - it is used not only in strtod.c

error message corrected
This commit is contained in:
serg@serg.mylan
2004-03-16 16:35:47 +01:00
parent e970ff9e87
commit ceec63f18a
6 changed files with 23 additions and 22 deletions

View File

@@ -28,6 +28,11 @@
#include <my_sys.h>
#include <m_string.h>
#include <errno.h>
#ifndef EOVERFLOW
#define EOVERFLOW 84
#endif
#ifdef MSDOS
#include <share.h> /* Neaded for sopen() */
#endif