添加 chsrc_panic()

This commit is contained in:
Aoran Zeng 2025-08-21 16:46:16 +08:00
parent 4ef5fc7f18
commit 404807e69b
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -161,6 +161,7 @@ ProgStatus =
#define chsrc_debug(dom,str)
#endif
#define chsrc_verbose(str) xy_info(App_Name "(VERBOSE)",str)
#define chsrc_panic(reason) xy_error(App_Name "(PANIC)",reason); exit(Exit_MaintainerCause)
#define faint(str) xy_str_to_faint(str)
#define red(str) xy_str_to_red(str)