Skip to content

Commit

Permalink
fixed #endif comments
Browse files Browse the repository at this point in the history
  • Loading branch information
clwu authored and krakjoe committed Aug 2, 2017
1 parent 0c0cbb4 commit b2934d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b2934d2

Please sign in to comment.