From da139317a59acb2d79f460bf92331450efa310fe Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 4 Oct 2021 12:14:27 +0900 Subject: Fix the warning message for dynamic symbol literal in condition --- parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index 6184112d54..189731b45c 100644 --- a/parse.y +++ b/parse.y @@ -11758,7 +11758,7 @@ cond0(struct parser_params *p, NODE *node, enum cond_type type, const YYLTYPE *l break; case NODE_DSYM: - SWITCH_BY_COND_TYPE(type, warning, "string ") + SWITCH_BY_COND_TYPE(type, warning, "symbol ") break; case NODE_LIT: -- cgit v1.2.3