diff options
Diffstat (limited to 'Zend/zend_alloc_sizes.h')
-rw-r--r-- | Zend/zend_alloc_sizes.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zend/zend_alloc_sizes.h b/Zend/zend_alloc_sizes.h index 12203a19ea..1a1f407c33 100644 --- a/Zend/zend_alloc_sizes.h +++ b/Zend/zend_alloc_sizes.h @@ -62,3 +62,13 @@ _(29, 3072, 4, 3, x, y) #endif /* ZEND_ALLOC_SIZES_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |