mirror of
https://github.com/RubyMetric/chsrc
synced 2025-09-09 11:35:51 +08:00
添加 chsrc_panic()
This commit is contained in:
parent
4ef5fc7f18
commit
404807e69b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user