diff options
Diffstat (limited to 'Zend/zend_variables.h')
-rw-r--r-- | Zend/zend_variables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h index 93b8eca388..37e6c2eaf0 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_VARIABLES_H #define ZEND_VARIABLES_H @@ -55,3 +56,11 @@ ZEND_API void zval_add_ref(zval **p); #define ZVAL_COPY_CTOR (void (*)(void *)) zval_copy_ctor_wrapper #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |