mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-11 14:30:08 +00:00
Silence and fixes
This commit is contained in:
parent
2d6843f854
commit
31ce1d5cf9
@ -344,7 +344,9 @@ void GREATEST_SET_BREAKPOINT_CB(greatest_breakpoint_cb *cb, void *udata);
|
|||||||
|
|
||||||
#define GREATEST_SKIPm(MSG) \
|
#define GREATEST_SKIPm(MSG) \
|
||||||
do { \
|
do { \
|
||||||
greatest_info.msg = strdup(MSG); \
|
if (MSG) { \
|
||||||
|
greatest_info.msg = strdup(MSG); \
|
||||||
|
} \
|
||||||
return 1; \
|
return 1; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
@ -512,6 +514,7 @@ void greatest_do_skip(const char *name) { \
|
|||||||
name, \
|
name, \
|
||||||
greatest_info.msg ? \
|
greatest_info.msg ? \
|
||||||
greatest_info.msg : "" ); \
|
greatest_info.msg : "" ); \
|
||||||
|
} else if (GREATEST_SILENT_SUCCESS()) { \
|
||||||
} else { \
|
} else { \
|
||||||
fprintf(GREATEST_STDOUT, "s"); \
|
fprintf(GREATEST_STDOUT, "s"); \
|
||||||
} \
|
} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user