[git commit] bc: fix typo: defone -> define

Denys Vlasenko vda.linux at googlemail.com
Sun Dec 16 23:15:35 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=51b22b1bce7c7bf656897ee38c409aa0abd64403
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/bc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/miscutils/bc.c b/miscutils/bc.c
index 9f23a0601..24d1ebba6 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -3678,7 +3678,7 @@ static BC_STATUS zbc_parse_expr(BcParse *p, uint8_t flags, BcParseNext next);
 static BcStatus bc_parse_expr_empty_ok(BcParse *p, uint8_t flags, BcParseNext next);
 #if ERRORS_ARE_FATAL
 # define zbc_parse_expr(...) (zbc_parse_expr(__VA_ARGS__), BC_STATUS_SUCCESS)
-# defone zbc_parse_stmt_possibly_auto(...) (zbc_parse_stmt_possibly_auto(__VA_ARGS__), BC_STATUS_SUCCESS)
+# define zbc_parse_stmt_possibly_auto(...) (zbc_parse_stmt_possibly_auto(__VA_ARGS__), BC_STATUS_SUCCESS)
 #endif
 
 static BC_STATUS zbc_parse_stmt(BcParse *p)


More information about the busybox-cvs mailing list