We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165a4e5 commit 973e9b2Copy full SHA for 973e9b2
Zend/zend_gc.c
@@ -70,10 +70,6 @@
70
#include "zend_API.h"
71
#include "zend_fibers.h"
72
73
-#ifndef GC_BENCH
74
-# define GC_BENCH 0
75
-#endif
76
-
77
#ifndef ZEND_GC_DEBUG
78
# define ZEND_GC_DEBUG 0
79
#endif
Zend/zend_gc.h
@@ -20,6 +20,10 @@
20
#ifndef ZEND_GC_H
21
#define ZEND_GC_H
22
23
+#ifndef GC_BENCH
24
+# define GC_BENCH 0
25
+#endif
26
+
27
BEGIN_EXTERN_C()
28
29
typedef struct _zend_gc_status {
0 commit comments