diff options
author | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
commit | 99c90db11aa6a89e79c68ada92c83086c8b743d1 (patch) | |
tree | 572de047689ed4aef467a39d0296b389ce5845d1 /Zend/zend_static_allocator.c | |
parent | a77c0a13f70324b8ea2b45397e206e7ff0da6353 (diff) | |
download | php-git-99c90db11aa6a89e79c68ada92c83086c8b743d1.tar.gz |
make win32 debug output more verbose
Diffstat (limited to 'Zend/zend_static_allocator.c')
-rw-r--r-- | Zend/zend_static_allocator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_static_allocator.c b/Zend/zend_static_allocator.c index afa0cc08bc..e7e7a3689c 100644 --- a/Zend/zend_static_allocator.c +++ b/Zend/zend_static_allocator.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -#include <stdlib.h> +//#include <stdlib.h> #include "zend_static_allocator.h" |