mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Zend/zend_map_ptr: include cleanup
This commit is contained in:
committed by
George Peter Banyard
parent
492523a779
commit
1eb71c3f15
@@ -19,7 +19,7 @@
|
||||
#ifndef 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_OR_OFFSET 1
|
||||
@@ -69,6 +69,8 @@
|
||||
# error "Unknown ZEND_MAP_PTR_KIND"
|
||||
#endif
|
||||
|
||||
typedef struct _zend_string zend_string;
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
|
||||
ZEND_API void zend_map_ptr_reset(void);
|
||||
|
||||
Reference in New Issue
Block a user