From: Gene Cumm Date: Sat, 2 Oct 2010 05:11:23 +0000 (-0400) Subject: rosh: ROSH_DEBUG_ARGV_V in header X-Git-Tag: syslinux-4.04-pre1~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7401a4fc5c6f51d5a578bf446e8f89081950d73;p=profile%2Fivi%2Fsyslinux.git rosh: ROSH_DEBUG_ARGV_V in header --- 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 */