1
0
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:
Andi Gutmans
2000-07-08 15:49:39 +00:00
parent 81f59f0949
commit 1cce5ed178
+1
View File
@@ -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