diff options
Diffstat (limited to 'readline.c')
-rw-r--r-- | readline.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |