[syslinux:master] rosh: ROSH_DEBUG_ARGV_V in header

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Sun Nov 14 12:54:47 PST 2010


Commit-ID:  e7401a4fc5c6f51d5a578bf446e8f89081950d73
Gitweb:     http://syslinux.zytor.com/commit/e7401a4fc5c6f51d5a578bf446e8f89081950d73
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sat, 2 Oct 2010 01:11:23 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sat, 9 Oct 2010 07:33:07 -0400

rosh: ROSH_DEBUG_ARGV_V in header



---
 com32/rosh/rosh.h |    4 ++--
 1 files 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 */
 



More information about the Syslinux-commits mailing list