1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

fix scope

This commit is contained in:
Anatol Belski
2015-07-24 21:28:40 +02:00
parent 2eb845d0fa
commit 05496c7312
+1 -1
View File
@@ -1582,11 +1582,11 @@ phpdbg_main:
phpdbg->ini_entries = ini_entries;
if (phpdbg->startup(phpdbg) == SUCCESS) {
zend_mm_heap *mm_heap;
#ifdef _WIN32
EXCEPTION_POINTERS *xp;
__try {
#endif
zend_mm_heap *mm_heap;
void* (*_malloc)(size_t);
void (*_free)(void*);
void* (*_realloc)(void*, size_t);