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:
parent
e00291c008
commit
30bf5f46e7
@ -28,6 +28,7 @@
|
|||||||
#define IS_ESC 1
|
#define IS_ESC 1
|
||||||
#define IS_CSI 2
|
#define IS_CSI 2
|
||||||
|
|
||||||
|
#undef printf
|
||||||
#define printf do_not_use_printf
|
#define printf do_not_use_printf
|
||||||
|
|
||||||
void readline_show_prompt(ReadLineState *rs)
|
void readline_show_prompt(ReadLineState *rs)
|
||||||
|
Loading…
Reference in New Issue
Block a user