]> granicus.if.org Git - php/commitdiff
fixed #endif comments
authorclwu <clwu@lihuobao.cn>
Wed, 2 Aug 2017 02:49:10 +0000 (10:49 +0800)
committerJoe Watkins <krakjoe@php.net>
Wed, 2 Aug 2017 07:35:27 +0000 (08:35 +0100)
Zend/zend.c

index 7ac5114a8636dd11074ddc89fb7d15ddbb835996..110673e795e467d4fe45c754420448b7b164f56a 100644 (file)
@@ -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;