projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00291c
)
cope with printf macro definition in readline.c
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 4 Feb 2010 15:49:57 +0000
(16:49 +0100)
committer
malc
<av1474@comtv.ru>
Mon, 8 Feb 2010 09:12:40 +0000
(12:12 +0300)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
readline.c
patch
|
blob
|
history
diff --git
a/readline.c
b/readline.c
index 7834af0f6b4c4baa9dfd54986519b05ce4e25f74..92f9cd1569a657a10f0a9c1e2177ca522d5c6a3c 100644
(file)
--- 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)