diff options
author | malc <av1474@comtv.ru> | 2010-02-08 12:04:56 +0300 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2010-02-08 12:12:40 +0300 |
commit | 3f020d7024e26c1f159e30f5be2dc4f2f5affc07 (patch) | |
tree | b826e70b54da3da7301db55cabcb64a2038a44c0 /readline.c | |
parent | d55380bb9c9a5b1f4c7aa919e77f9bfb72023c3a (diff) | |
download | qemu-3f020d7024e26c1f159e30f5be2dc4f2f5affc07.zip qemu-3f020d7024e26c1f159e30f5be2dc4f2f5affc07.tar.gz qemu-3f020d7024e26c1f159e30f5be2dc4f2f5affc07.tar.bz2 |
Revert "On some systems printf is a macro"
This reverts commit bc5b6004588ad17370e0416e40b4aa9cf977023b.
Diffstat (limited to 'readline.c')
-rw-r--r-- | readline.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -28,10 +28,6 @@ #define IS_ESC 1 #define IS_CSI 2 -#ifdef printf -#undef printf -#endif - #define printf do_not_use_printf void readline_show_prompt(ReadLineState *rs) |