qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/4] cope with printf macro definition in readline.c


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 2/4] cope with printf macro definition in readline.c
Date: Thu, 4 Feb 2010 16:49:57 +0100

Signed-off-by: Paolo Bonzini <address@hidden>
---
 readline.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/readline.c b/readline.c
index 7834af0..92f9cd1 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)
-- 
1.6.6






reply via email to

[Prev in Thread] Current Thread [Next in Thread]