1
0
Fork 0

kill some warning for vc6

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@14 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.1
Xuefer 17 years ago
parent 567a552273
commit 1eb860197e

@ -136,7 +136,9 @@ typedef struct {
/* }}} */
/* {{{ xc_classinfo_t */
typedef struct {
UNISW(,zend_uchar type;)
#ifdef IS_UNICODE
zend_uchar type;
#endif
char *key;
zend_uint key_size;
xc_cest_t cest;
@ -144,7 +146,9 @@ typedef struct {
/* }}} */
/* {{{ xc_funcinfo_t */
typedef struct {
UNISW(,zend_uchar type;)
#ifdef IS_UNICODE
zend_uchar type;
#endif
char *key;
zend_uint key_size;
zend_function func;

Loading…
Cancel
Save