From b59904632dd30a5101d459afca56fa3c48f48f12 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 19 Aug 2015 11:35:24 -0700 Subject: Rewrite parse_util_unescape_wildcards Make it simpler, and use wcstring instead of wcsdup --- src/parse_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse_tree.cpp') diff --git a/src/parse_tree.cpp b/src/parse_tree.cpp index 6238ad06..1e16bf15 100644 --- a/src/parse_tree.cpp +++ b/src/parse_tree.cpp @@ -325,7 +325,7 @@ static wcstring block_type_user_presentable_description(parse_token_type_t type) } /** Returns a string description of the given parse node */ -wcstring parse_node_t::describe(void) const +wcstring parse_node_t::describe() const { wcstring result = token_type_description(type); if (type < FIRST_TERMINAL_TYPE) -- cgit v1.2.3