Index: /trunk/devel/run
===================================================================
--- /trunk/devel/run	(revision 1043)
+++ /trunk/devel/run	(revision 1044)
@@ -129,5 +129,5 @@
 	phpize --clean \
 	&& phpize \
-	&& CFLAGS="-g -O0 -Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=gnu99" ./configure \
+	&& CFLAGS="-g -O0 -Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \
 		--enable-xcache-cacher \
 		--enable-xcache-optimizer \
Index: /trunk/mod_cacher/xc_cacher.h
===================================================================
--- /trunk/mod_cacher/xc_cacher.h	(revision 1043)
+++ /trunk/mod_cacher/xc_cacher.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 int xc_cacher_startup_module();
Index: /trunk/mod_coverager/xc_coverager.h
===================================================================
--- /trunk/mod_coverager/xc_coverager.h	(revision 1043)
+++ /trunk/mod_coverager/xc_coverager.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 #include "php.h"
Index: /trunk/mod_disassembler/xc_disassembler.h
===================================================================
--- /trunk/mod_disassembler/xc_disassembler.h	(revision 1043)
+++ /trunk/mod_disassembler/xc_disassembler.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 int xc_disassembler_startup_module();
Index: /trunk/mod_optimizer/xc_optimizer.h
===================================================================
--- /trunk/mod_optimizer/xc_optimizer.h	(revision 1043)
+++ /trunk/mod_optimizer/xc_optimizer.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 #include "php.h"
Index: /trunk/util/xc_trace.h
===================================================================
--- /trunk/util/xc_trace.h	(revision 1043)
+++ /trunk/util/xc_trace.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 #ifdef ZEND_WIN32
Index: /trunk/util/xc_vector.h
===================================================================
--- /trunk/util/xc_vector.h	(revision 1043)
+++ /trunk/util/xc_vector.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 typedef struct {
Index: /trunk/xcache/xc_compatibility.h
===================================================================
--- /trunk/xcache/xc_compatibility.h	(revision 1043)
+++ /trunk/xcache/xc_compatibility.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 #include "php.h"
Index: /trunk/xcache/xc_extension.h
===================================================================
--- /trunk/xcache/xc_extension.h	(revision 1043)
+++ /trunk/xcache/xc_extension.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 #include "zend_extensions.h"
Index: /trunk/xcache/xc_ini.h
===================================================================
--- /trunk/xcache/xc_ini.h	(revision 1043)
+++ /trunk/xcache/xc_ini.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 #include "php.h"
Index: /trunk/xcache/xc_lock.h
===================================================================
--- /trunk/xcache/xc_lock.h	(revision 1043)
+++ /trunk/xcache/xc_lock.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 typedef struct _xc_lock_t xc_lock_t;
Index: /trunk/xcache/xc_mem.c
===================================================================
--- /trunk/xcache/xc_mem.c	(revision 1043)
+++ /trunk/xcache/xc_mem.c	(revision 1044)
@@ -21,5 +21,4 @@
 #define XC_MEM_IMPL _xc_mem_mem_t
 #include "xc_shm.h"
-// #include "xc_utils.h"
 #include "util/xc_align.h"
 #include "util/xc_trace.h"
Index: /trunk/xcache/xc_sandbox.h
===================================================================
--- /trunk/xcache/xc_sandbox.h	(revision 1043)
+++ /trunk/xcache/xc_sandbox.h	(revision 1044)
@@ -4,5 +4,5 @@
 #if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+#endif /* _MSC_VER > 1000 */
 
 /* Purpose: run specified function in compiler sandbox, restore everything to previous state after it returns
