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 492523a commit 1eb71c3Copy full SHA for 1eb71c3
Zend/zend_map_ptr.h
@@ -19,7 +19,7 @@
19
#ifndef ZEND_MAP_PTR_H
20
#define ZEND_MAP_PTR_H
21
22
-#include "zend_portability.h"
+#include "zend_portability.h" // for BEGIN_EXTERN_C
23
24
#define ZEND_MAP_PTR_KIND_PTR 0
25
#define ZEND_MAP_PTR_KIND_PTR_OR_OFFSET 1
@@ -69,6 +69,8 @@
69
# error "Unknown ZEND_MAP_PTR_KIND"
70
#endif
71
72
+typedef struct _zend_string zend_string;
73
+
74
BEGIN_EXTERN_C()
75
76
ZEND_API void zend_map_ptr_reset(void);
0 commit comments