From: Bruno Haible Date: Mon, 11 May 2026 21:59:09 +0000 (+0200) Subject: Fix bug in recent "xgettext: C++: Support --keyword option with a qualified name... X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=06870de947ca5ce89f0a8b54016140ba4127aa6e;p=thirdparty%2Fgettext.git Fix bug in recent "xgettext: C++: Support --keyword option with a qualified name." commit. * gettext-tools/src/x-c.c (extract_parenthesized): Handle xgettext_token_type_scope. --- diff --git a/gettext-tools/src/x-c.c b/gettext-tools/src/x-c.c index efd210f29..c0f4b5c9b 100644 --- a/gettext-tools/src/x-c.c +++ b/gettext-tools/src/x-c.c @@ -2496,6 +2496,7 @@ extract_parenthesized (message_list_ty *mlp, state = 0; break; + case xgettext_token_type_scope: case xgettext_token_type_other: next_context_iter = null_context_list_iterator; selectorcall_context_iter = null_context_list_iterator;