X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=readline.c;h=92f9cd1569a657a10f0a9c1e2177ca522d5c6a3c;hb=3583bc031e56ae4ea90ca518dfe5322d36d44780;hp=7834af0f6b4c4baa9dfd54986519b05ce4e25f74;hpb=3f020d7024e26c1f159e30f5be2dc4f2f5affc07;p=qemu.git diff --git a/readline.c b/readline.c index 7834af0f6..92f9cd156 100644 --- a/readline.c +++ b/readline.c @@ -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)