mirror of
https://github.com/RubyMetric/chsrc
synced 2026-01-10 16:01:57 +08:00
添加 chsrc_panic()
This commit is contained in:
@@ -161,6 +161,7 @@ ProgStatus =
|
|||||||
#define chsrc_debug(dom,str)
|
#define chsrc_debug(dom,str)
|
||||||
#endif
|
#endif
|
||||||
#define chsrc_verbose(str) xy_info(App_Name "(VERBOSE)",str)
|
#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 faint(str) xy_str_to_faint(str)
|
||||||
#define red(str) xy_str_to_red(str)
|
#define red(str) xy_str_to_red(str)
|
||||||
|
|||||||
Reference in New Issue
Block a user