mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Fix accidental change to debug.h
This commit is contained in:
parent
a15e0d09cd
commit
e0cdc715aa
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void debug_set_exception_handler();
|
||||||
These should be put into every thread
|
These should be put into every thread
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if CATCH_UNHANDLED_EXCEPTIONS == 0
|
#if CATCH_UNHANDLED_EXCEPTIONS == 1
|
||||||
#define BEGIN_DEBUG_EXCEPTION_HANDLER try {
|
#define BEGIN_DEBUG_EXCEPTION_HANDLER try {
|
||||||
#define END_DEBUG_EXCEPTION_HANDLER \
|
#define END_DEBUG_EXCEPTION_HANDLER \
|
||||||
} catch (std::exception &e) { \
|
} catch (std::exception &e) { \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue