Commit e732d352 authored by unknown's avatar unknown

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.
parent e7ea49dc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment