From e7401a4fc5c6f51d5a578bf446e8f89081950d73 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Sat, 2 Oct 2010 01:11:23 -0400 Subject: [PATCH] rosh: ROSH_DEBUG_ARGV_V in header --- com32/rosh/rosh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/rosh/rosh.h b/com32/rosh/rosh.h index 6e312ed..0285494 100644 --- a/com32/rosh/rosh.h +++ b/com32/rosh/rosh.h @@ -46,7 +46,7 @@ #ifdef DO_DEBUG # define ROSH_DEBUG printf -# define ROSH_DEBUG_ARGV rosh_pr_argv +# define ROSH_DEBUG_ARGV_V rosh_pr_argv_v /* define ROSH_DEBUG(f, ...) printf (f, ## __VA_ARGS__) */ # ifdef DO_DEBUG2 # define ROSH_DEBUG2 printf @@ -56,7 +56,7 @@ # endif /* DO_DEBUG2 */ #else /* DO_DEBUG */ # define ROSH_DEBUG(f, ...) ((void)0) -# define ROSH_DEBUG_ARGV(argc, argv) ((void)0) +# define ROSH_DEBUG_ARGV_V(argc, argv) ((void)0) # define ROSH_DEBUG2(f, ...) ((void)0) #endif /* DO_DEBUG */ -- 2.7.4