mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Zend/zend_map_ptr: include cleanup
This commit is contained in:
parent
492523a779
commit
1eb71c3f15
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
#ifndef ZEND_MAP_PTR_H
|
#ifndef ZEND_MAP_PTR_H
|
||||||
#define ZEND_MAP_PTR_H
|
#define ZEND_MAP_PTR_H
|
||||||
|
|
||||||
#include "zend_portability.h"
|
#include "zend_portability.h" // for BEGIN_EXTERN_C
|
||||||
|
|
||||||
#define ZEND_MAP_PTR_KIND_PTR 0
|
#define ZEND_MAP_PTR_KIND_PTR 0
|
||||||
#define ZEND_MAP_PTR_KIND_PTR_OR_OFFSET 1
|
#define ZEND_MAP_PTR_KIND_PTR_OR_OFFSET 1
|
||||||
|
@ -69,6 +69,8 @@
|
||||||
# error "Unknown ZEND_MAP_PTR_KIND"
|
# error "Unknown ZEND_MAP_PTR_KIND"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
typedef struct _zend_string zend_string;
|
||||||
|
|
||||||
BEGIN_EXTERN_C()
|
BEGIN_EXTERN_C()
|
||||||
|
|
||||||
ZEND_API void zend_map_ptr_reset(void);
|
ZEND_API void zend_map_ptr_reset(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue