From 51e797f1e36d1261c9bcd00fd21a72af21b5b507 Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Tue, 23 Apr 2002 18:06:54 +0000 Subject: some type cleanup work --- Zend/zend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zend/zend.h') diff --git a/Zend/zend.h b/Zend/zend.h index 7e8624949b..e4f5f90b26 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -221,7 +221,7 @@ typedef union _zvalue_value { double dval; /* double value */ struct { char *val; - int len; + zend_uint len; } str; HashTable *ht; /* hash table value */ /* struct { @@ -272,7 +272,7 @@ union _zend_function; struct _zend_class_entry { char type; char *name; - uint name_length; + zend_uint name_length; struct _zend_class_entry *parent; int refcount; zend_bool constants_updated; -- cgit v1.2.1