mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
add SIZEOF_SIZE_T to oniguruma
This commit is contained in:
parent
228eaf5bc4
commit
3689b44453
@ -15,6 +15,11 @@
|
||||
#define SIZEOF_VOIDP 4
|
||||
#define SIZEOF_FLOAT 4
|
||||
#define SIZEOF_DOUBLE 8
|
||||
#ifdef _WIN64
|
||||
#define SIZEOF_SIZE_T 8
|
||||
#else
|
||||
#define SIZEOF_SIZE_T 4
|
||||
#endif
|
||||
#define HAVE_PROTOTYPES 1
|
||||
#define TOKEN_PASTE(x,y) x##y
|
||||
#define HAVE_STDARG_PROTOTYPES 1
|
||||
|
Loading…
Reference in New Issue
Block a user