summaryrefslogtreecommitdiff
path: root/com32/rosh
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2010-10-02 01:11:23 -0400
committerGene Cumm <gene.cumm@gmail.com>2010-10-09 07:33:07 -0400
commite7401a4fc5c6f51d5a578bf446e8f89081950d73 (patch)
tree4bb2ca8ca8a136d5891abb8ab05cad70a3d74f1c /com32/rosh
parent68be7726bc5496d069bf34afbeb6587c0f7dd7e7 (diff)
downloadsyslinux-e7401a4fc5c6f51d5a578bf446e8f89081950d73.tar.gz
rosh: ROSH_DEBUG_ARGV_V in header
Diffstat (limited to 'com32/rosh')
-rw-r--r--com32/rosh/rosh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/rosh/rosh.h b/com32/rosh/rosh.h
index 6e312ede..0285494f 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 */