fixed #endif comments

This commit is contained in:
clwu 2017-08-02 10:49:10 +08:00 committed by Joe Watkins
parent 0c0cbb43da
commit b2934d2612
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E

View File

@ -701,7 +701,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions) /
zend_compile_file = compile_file; zend_compile_file = compile_file;
zend_execute_ex = execute_ex; zend_execute_ex = execute_ex;
zend_execute_internal = NULL; zend_execute_internal = NULL;
#endif /* HAVE_SYS_SDT_H */ #endif /* HAVE_DTRACE */
zend_compile_string = compile_string; zend_compile_string = compile_string;
zend_throw_exception_hook = NULL; zend_throw_exception_hook = NULL;