mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
cope with printf macro definition in readline.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#define IS_ESC 1
|
||||
#define IS_CSI 2
|
||||
|
||||
#undef printf
|
||||
#define printf do_not_use_printf
|
||||
|
||||
void readline_show_prompt(ReadLineState *rs)
|
||||
|
||||
Reference in New Issue
Block a user