diff options
Diffstat (limited to 'Zend/zend_static_allocator.h')
-rw-r--r-- | Zend/zend_static_allocator.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zend/zend_static_allocator.h b/Zend/zend_static_allocator.h index 3ab14833df..8e98cdf587 100644 --- a/Zend/zend_static_allocator.h +++ b/Zend/zend_static_allocator.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef ZEND_STATIC_ALLOCATOR_H #define ZEND_STATIC_ALLOCATOR_H @@ -43,3 +45,11 @@ char *static_allocator_allocate(StaticAllocator *sa, zend_uint size); void static_allocator_destroy(StaticAllocator *sa); #endif /* ZEND_STATIC_ALLOCATOR_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |