]> git.proxmox.com Git - mirror_qemu.git/blobdiff - readline.c
Revert "On some systems printf is a macro"
[mirror_qemu.git] / readline.c
index 165ae35a4bb19fd28a11554eb5cc4f009e779258..7834af0f6b4c4baa9dfd54986519b05ce4e25f74 100644 (file)
 #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)