mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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:
parent
e00291c008
commit
30bf5f46e7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue