We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95680d commit 26c7b94Copy full SHA for 26c7b94
Zend/zend_gc.h
@@ -55,8 +55,6 @@ void gc_reset(void);
55
size_t zend_gc_globals_size(void);
56
#endif
57
58
-END_EXTERN_C()
59
-
60
#define GC_REMOVE_FROM_BUFFER(p) do { \
61
zend_refcounted *_p = (zend_refcounted*)(p); \
62
if (GC_TYPE_INFO(_p) & GC_INFO_MASK) { \
@@ -122,4 +120,6 @@ static zend_always_inline void zend_get_gc_buffer_use(
122
120
*n = gc_buffer->cur - gc_buffer->start;
123
121
}
124
+END_EXTERN_C()
+
125
#endif /* ZEND_GC_H */
0 commit comments