Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 13, 2024
1 parent f0cd53d commit c75a5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-src/php_swoole_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extern PHPAPI int php_array_merge(zend_array *dest, zend_array *src);
op; \
}
#else
#define SW_MUST_BE_MAIN_THREAD()
#define SW_MUST_BE_MAIN_THREAD_EX()
#endif

#define SW_MUST_BE_MAIN_THREAD() SW_MUST_BE_MAIN_THREAD_EX(RETURN_TRUE)
Expand Down

0 comments on commit c75a5f7

Please sign in to comment.