diff options
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 340e2081e7..48eb22b3cd 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "zend.h" #include "zend_alloc.h" #include "zend_globals.h" @@ -752,5 +754,6 @@ ZEND_API void _full_mem_check(int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_D * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ |