Browse Source

- That line got lost while merging around...

experimental/phar_tar
Johannes Schlüter 19 years ago
parent
commit
17f0bd9ef4
  1. 1
      Zend/zend_ptr_stack.c

1
Zend/zend_ptr_stack.c

@ -30,6 +30,7 @@ ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent
stack->top_element = stack->elements = (void **) pemalloc(sizeof(void *)*PTR_STACK_BLOCK_SIZE, persistent);
stack->max = PTR_STACK_BLOCK_SIZE;
stack->top = 0;
stack->persistent = persistent;
}
/* }}} */

Loading…
Cancel
Save