Index: /trunk/xcache.h
===================================================================
--- /trunk/xcache.h	(revision 13)
+++ /trunk/xcache.h	(revision 14)
@@ -137,5 +137,7 @@
 /* {{{ xc_classinfo_t */
 typedef struct {
-	UNISW(,zend_uchar type;)
+#ifdef IS_UNICODE
+	zend_uchar type;
+#endif
 	char *key;
 	zend_uint key_size;
@@ -145,5 +147,7 @@
 /* {{{ xc_funcinfo_t */
 typedef struct {
-	UNISW(,zend_uchar type;)
+#ifdef IS_UNICODE
+	zend_uchar type;
+#endif
 	char *key;
 	zend_uint key_size;
