diff options
Diffstat (limited to 'sapi/phpdbg/phpdbg_sigsafe.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_sigsafe.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sapi/phpdbg/phpdbg_sigsafe.h b/sapi/phpdbg/phpdbg_sigsafe.h index e5d0f34b43..e27b12c76c 100644 --- a/sapi/phpdbg/phpdbg_sigsafe.h +++ b/sapi/phpdbg/phpdbg_sigsafe.h @@ -1,10 +1,7 @@ #ifndef PHPDBG_SIGSAFE_H #define PHPDBG_SIGSAFE_H -//#include "zend_mm_structs.h" - -#define PHPDBG_SIGSAFE_MEM_SIZE ZEND_MM_CHUNK_SIZE -//(1 << 20) +#define PHPDBG_SIGSAFE_MEM_SIZE ZEND_MM_CHUNK_SIZE // (1 << 20) #include "zend.h" |