mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-15 05:27:32 +00:00
style cleanups and an ERRQUIT
This commit is contained in:
@@ -41,6 +41,12 @@ static FILE *error_log=0;
|
||||
fprintf(error_log ? error_log : stderr, "\n"); \
|
||||
}
|
||||
|
||||
#define ERRQUIT(...) \
|
||||
{ \
|
||||
ERRLOG(__VA_ARGS__); \
|
||||
exit(0); \
|
||||
}
|
||||
|
||||
#else // NDEBUG
|
||||
|
||||
#if defined(__GNUC__)
|
||||
|
Reference in New Issue
Block a user