mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 15:31:22 +00:00
#define log printf in B2 stubs
This commit is contained in:
parent
f40f7ab91f
commit
ff483b7800
@ -68,6 +68,7 @@ RCSID("$OpenBSD: sshpty.c,v 1.4 2001/12/19 07:18:56 deraadt Exp $");
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#else /* stubs for BasiliskII */
|
||||
#define log printf
|
||||
#define error printf
|
||||
#define fatal(x) {printf("Fatal error: %s", x); return 0}
|
||||
#endif /* not in BasiliskII */
|
||||
|
Loading…
Reference in New Issue
Block a user