From b2934d2612a1d1d422010ff47c4a9d2a00ed83ee Mon Sep 17 00:00:00 2001 From: clwu Date: Wed, 2 Aug 2017 10:49:10 +0800 Subject: [PATCH] fixed #endif comments --- Zend/zend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend.c b/Zend/zend.c index 7ac5114a86..110673e795 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -701,7 +701,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions) / zend_compile_file = compile_file; zend_execute_ex = execute_ex; zend_execute_internal = NULL; -#endif /* HAVE_SYS_SDT_H */ +#endif /* HAVE_DTRACE */ zend_compile_string = compile_string; zend_throw_exception_hook = NULL; -- 2.49.0