cmd: fix bad temp var name in B_COMMAND_USAGE()
This commit is contained in:
@@ -90,8 +90,8 @@
|
|||||||
b_command_arg_set_allowed_values(this_arg, allowed_values)
|
b_command_arg_set_allowed_values(this_arg, allowed_values)
|
||||||
|
|
||||||
#define B_COMMAND_USAGE() \
|
#define B_COMMAND_USAGE() \
|
||||||
b_command_usage *usage_##__LINE__ = b_command_add_usage(this_cmd); \
|
b_command_usage *z__b_unique_name() = b_command_add_usage(this_cmd); \
|
||||||
this_usage = usage_##__LINE__; \
|
this_usage = z__b_unique_name(); \
|
||||||
if (this_usage)
|
if (this_usage)
|
||||||
|
|
||||||
#define B_COMMAND_USAGE_OPT(opt_id) \
|
#define B_COMMAND_USAGE_OPT(opt_id) \
|
||||||
|
|||||||
Reference in New Issue
Block a user