Index: /trunk/xcache/xc_sandbox.c
===================================================================
--- /trunk/xcache/xc_sandbox.c	(revision 987)
+++ /trunk/xcache/xc_sandbox.c	(revision 989)
@@ -402,5 +402,5 @@
 	return op_array;
 }
-/* {{{ */
+/* }}} */
 const Bucket *xc_sandbox_user_function_begin(TSRMLS_D) /* {{{ */
 {
@@ -409,5 +409,5 @@
 	return TG(internal_function_tail) ? TG(internal_function_tail)->pListNext : TG(function_table).pListHead;
 }
-/* {{{ */
+/* }}} */
 const Bucket *xc_sandbox_user_class_begin(TSRMLS_D) /* {{{ */
 {
@@ -416,5 +416,5 @@
 	return TG(internal_class_tail) ? TG(internal_class_tail)->pListNext : TG(class_table).pListHead;
 }
-/* {{{ */
+/* }}} */
 #ifdef XCACHE_ERROR_CACHING
 xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D) /* {{{ */
Index: /trunk/xcache/xc_sandbox.h
===================================================================
--- /trunk/xcache/xc_sandbox.h	(revision 987)
+++ /trunk/xcache/xc_sandbox.h	(revision 989)
@@ -1,4 +1,4 @@
-#ifndef _22077CFAC35518969B4416944ACBA159
-#define _22077CFAC35518969B4416944ACBA159
+#ifndef XC_SANDBOX_H_3AFE4094B1D005188B909F9B6538599C
+#define XC_SANDBOX_H_3AFE4094B1D005188B909F9B6538599C
 
 #if _MSC_VER > 1000
@@ -17,3 +17,3 @@
 #endif
 
-#endif /* _22077CFAC35518969B4416944ACBA159 */
+#endif /* XC_SANDBOX_H_3AFE4094B1D005188B909F9B6538599C */
Index: /trunk/xcache/xc_mem.c
===================================================================
--- /trunk/xcache/xc_mem.c	(revision 982)
+++ /trunk/xcache/xc_mem.c	(revision 989)
@@ -321,5 +321,5 @@
 
 #ifdef TEST
-/* {{{ */
+/* {{{ testing */
 #undef CHECK
 #define CHECK(a, msg) do { if ((a) == NULL) { puts(msg); return -1; } } while (0)
