bc: fix typo: defone -> define
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 23:15:35 +0000 (00:15 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 23:15:35 +0000 (00:15 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c

index 9f23a0601a6b80fedd842aa0eac1e74ccd27e0dd..24d1ebba67b7614e19b8385a26be3e472edf5c94 100644 (file)
@@ -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)