mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
- Add zend_ulong
This commit is contained in:
@@ -135,6 +135,7 @@
|
||||
typedef unsigned char zend_bool;
|
||||
typedef unsigned char zend_uchar;
|
||||
typedef unsigned int zend_uint;
|
||||
typedef unsigned long zend_ulong;
|
||||
typedef unsigned short zend_ushort;
|
||||
|
||||
#undef SUCCESS
|
||||
|
||||
Reference in New Issue
Block a user