summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-21 11:16:15 +0200
committerAnatol Belski <ab@php.net>2017-07-21 11:16:15 +0200
commit4b3ed311aae8ee4b6dbb26059b830d22431e9784 (patch)
tree45add35ac2f17f34939125dca150a3299f2bb842 /Zend/zend_strtod.c
parente2b240c164967b5326e41e88d0de45cc57815490 (diff)
parent9b3c26d4f46e7bc1c58e724d486e8ae4386c3202 (diff)
downloadphp-git-4b3ed311aae8ee4b6dbb26059b830d22431e9784.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Move the define into the header to reduce diff for future upgrade
Diffstat (limited to 'Zend/zend_strtod.c')
-rw-r--r--Zend/zend_strtod.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c
index 50cdba85de..3aa99f8d98 100644
--- a/Zend/zend_strtod.c
+++ b/Zend/zend_strtod.c
@@ -206,8 +206,6 @@ static void Bug(const char *message) {
#include "stdlib.h"
#include "string.h"
-#define NO_ERRNO
-
#ifdef USE_LOCALE
#include "locale.h"
#endif