We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chsrc_panic()
1 parent 4ef5fc7 commit 404807eCopy full SHA for 404807e
src/framework/core.c
@@ -161,6 +161,7 @@ ProgStatus =
161
#define chsrc_debug(dom,str)
162
#endif
163
#define chsrc_verbose(str) xy_info(App_Name "(VERBOSE)",str)
164
+#define chsrc_panic(reason) xy_error(App_Name "(PANIC)",reason); exit(Exit_MaintainerCause)
165
166
#define faint(str) xy_str_to_faint(str)
167
#define red(str) xy_str_to_red(str)
0 commit comments