Index: /trunk/xcache.h
===================================================================
--- /trunk/xcache.h	(revision 14)
+++ /trunk/xcache.h	(revision 19)
@@ -28,4 +28,5 @@
 #endif
 
+#define NOTHING
 /* ZendEngine code Switcher */
 #ifndef ZEND_ENGINE_2
Index: /trunk/utils.c
===================================================================
--- /trunk/utils.c	(revision 11)
+++ /trunk/utils.c	(revision 19)
@@ -283,5 +283,5 @@
 {
 	zend_class_entry *cep = CestToCePtr(*cest);
-	ZESW(void *stored_ce_ptr, );
+	ZESW(void *stored_ce_ptr, NOTHING);
 
 	if (zend_u_hash_add(CG(class_table), type, key, len,
@@ -294,5 +294,5 @@
 		zend_error(E_ERROR, "Cannot redeclare class %s", (char *) cep->name);
 	}
-	ZESW(return (xc_cest_t *) stored_ce_ptr, );
+	ZESW(return (xc_cest_t *) stored_ce_ptr, NOTHING);
 }
 /* }}} */
Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 18)
+++ /trunk/xcache.c	(revision 19)
@@ -499,5 +499,5 @@
 static inline xc_hash_value_t xc_entry_hash_var(xc_entry_t *xce) /* {{{ */
 {
-	return UNISW(, UG(unicode) ? HASH_USTR_L(xce->name_type, (char *)xce->name.ustr.val, xce->name.ustr.len) :)
+	return UNISW(NOTHING, UG(unicode) ? HASH_USTR_L(xce->name_type, (char *)xce->name.ustr.val, xce->name.ustr.len) :)
 		HASH_STR_L(xce->name.str.val, xce->name.str.len);
 }
@@ -549,5 +549,5 @@
 	}
 
-	UNISW(, xce->name_type = IS_STRING;)
+	UNISW(NOTHING, xce->name_type = IS_STRING;)
 	xce->name.str.val = filename;
 	xce->name.str.len = strlen(filename);
@@ -708,5 +708,5 @@
 			assert(b->pData);
 			memcpy(&fi->func, b->pData, sizeof(zend_function));
-			UNISW(, fi->type = b->key.type;)
+			UNISW(NOTHING, fi->type = b->key.type;)
 			fi->key        = BUCKET_KEY(b);
 			fi->key_size   = b->nKeyLength;
@@ -720,5 +720,5 @@
 			assert(b->pData);
 			memcpy(&ci->cest, b->pData, sizeof(xc_cest_t));
-			UNISW(, ci->type = b->key.type;)
+			UNISW(NOTHING, ci->type = b->key.type;)
 			ci->key        = BUCKET_KEY(b);
 			ci->key_size   = b->nKeyLength;
