From 3f020d7024e26c1f159e30f5be2dc4f2f5affc07 Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 8 Feb 2010 12:04:56 +0300 Subject: Revert "On some systems printf is a macro" This reverts commit bc5b6004588ad17370e0416e40b4aa9cf977023b. --- readline.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'readline.c') diff --git a/readline.c b/readline.c index 165ae35..7834af0 100644 --- a/readline.c +++ b/readline.c @@ -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) -- cgit v1.1