Use standard boolean type as zend_bool typedef

Closes GH-5624
This commit is contained in:
George Peter Banyard 2020-06-08 12:40:29 +02:00
parent c14371ef7b
commit 4b77a158ef

View File

@ -24,6 +24,7 @@
#include "zend_portability.h"
#include "zend_long.h"
#include <stdbool.h>
#ifdef __SSE2__
# include <mmintrin.h>
@ -46,7 +47,7 @@
# define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d
#endif
typedef unsigned char zend_bool;
typedef bool zend_bool;
typedef unsigned char zend_uchar;
typedef enum {