summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.c
diff options
context:
space:
mode:
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