From 333406bdc22fcc14db08f2685b4c76f87ac7b1db Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 1 Feb 2003 01:49:15 +0000 Subject: - Added some missing CVS $Id$ tags, headers and footers. --- Zend/zend_static_allocator.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Zend/zend_static_allocator.c') diff --git a/Zend/zend_static_allocator.c b/Zend/zend_static_allocator.c index f4f3beb498..f49de8624b 100644 --- a/Zend/zend_static_allocator.c +++ b/Zend/zend_static_allocator.c @@ -16,6 +16,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend_static_allocator.h" @@ -73,3 +74,11 @@ void static_allocator_destroy(StaticAllocator *sa) } efree(sa->Blocks); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ -- cgit v1.2.1