mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-21 21:12:31 +00:00
Revert "On some systems printf is a macro"
This reverts commit bc5b6004588ad17370e0416e40b4aa9cf977023b.
This commit is contained in:
parent
d55380bb9c
commit
3f020d7024
@ -58,7 +58,7 @@ static void format_print(void *opaque, const char *name)
|
||||
/* Please keep in synch with qemu-img.texi */
|
||||
static void help(void)
|
||||
{
|
||||
(printf)("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2008 Fabrice Bellard\n"
|
||||
printf("qemu-img version " QEMU_VERSION ", Copyright (c) 2004-2008 Fabrice Bellard\n"
|
||||
"usage: qemu-img command [command options]\n"
|
||||
"QEMU disk image utility\n"
|
||||
"\n"
|
||||
|
@ -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…
x
Reference in New Issue
Block a user