init global var
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@404 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
9405bc5579
commit
061dbf9e0f
|
@ -16,7 +16,7 @@ typedef HashTable *coverager_t;
|
|||
#define PCOV_HEADER_MAGIC 0x564f4350
|
||||
|
||||
static char *xc_coveragedump_dir = NULL;
|
||||
static zend_compile_file_t *old_compile_file;
|
||||
static zend_compile_file_t *old_compile_file = NULL;
|
||||
|
||||
#if 0
|
||||
#define DEBUG
|
||||
|
|
Loading…
Reference in New Issue