mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Zend/zend_ptr_stack: include cleanup
This commit is contained in:
committed by
George Peter Banyard
parent
b4ba16fe18
commit
f377e15751
@@ -17,8 +17,8 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_ptr_stack.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, bool persistent)
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
#ifndef ZEND_PTR_STACK_H
|
||||
#define ZEND_PTR_STACK_H
|
||||
|
||||
#include "zend_alloc.h" // for safe_perealloc()
|
||||
#include "zend_portability.h" // for BEGIN_EXTERN_C
|
||||
|
||||
typedef struct _zend_ptr_stack {
|
||||
int top, max;
|
||||
void **elements;
|
||||
|
||||
Reference in New Issue
Block a user