summaryrefslogtreecommitdiff
path: root/irmp/irmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'irmp/irmp.c')
-rw-r--r--irmp/irmp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/irmp/irmp.c b/irmp/irmp.c
index f2e7f5a..c7a2fd9 100644
--- a/irmp/irmp.c
+++ b/irmp/irmp.c
@@ -627,15 +627,13 @@ static int silent;
static int time_counter;
static int verbose;
-/******************************* not every PIC compiler knows variadic macros :-(
-#else
+#elif 0 /* not every PIC compiler knows variadic macros :-( */
# define ANALYZE_PUTCHAR(a)
# define ANALYZE_ONLY_NORMAL_PUTCHAR(a)
# define ANALYZE_PRINTF(...)
# define ANALYZE_ONLY_NORMAL_PRINTF(...)
-# endif
# define ANALYZE_NEWLINE()
-*********************************/
+
#endif
#if IRMP_USE_CALLBACK == 1