kill some warning for vc6
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@14 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.1
parent
567a552273
commit
1eb860197e
8
xcache.h
8
xcache.h
|
@ -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…
Reference in New Issue