mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
Merge branch 'PHP-7.2'
* PHP-7.2: Move the define into the header to reduce diff for future upgrade
This commit is contained in:
commit
489b023326
@ -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
|
||||
|
@ -72,6 +72,10 @@ typedef unsigned long int uint32_t;
|
||||
#define NO_INFNAN_CHECK
|
||||
#endif
|
||||
|
||||
#ifndef NO_ERRNO
|
||||
#define NO_ERRNO
|
||||
#endif
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#define IEEE_BIG_ENDIAN 1
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user