diff options
Diffstat (limited to 'Zend/zend_ptr_stack.h')
-rw-r--r-- | Zend/zend_ptr_stack.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Zend/zend_ptr_stack.h b/Zend/zend_ptr_stack.h index 03fd7aa3c5..ff6b715bbb 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_PTR_STACK_H #define ZEND_PTR_STACK_H @@ -54,5 +55,12 @@ static inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) return *(--stack->top_element); } - #endif /* ZEND_PTR_STACK_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |