mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Revert "On some systems printf is a macro"
This reverts commit bc5b600458
.
This commit is contained in:
parent
d55380bb9c
commit
3f020d7024
3 changed files with 48 additions and 52 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue