]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix bug in recent "xgettext: C++: Support --keyword option with a qualified name...
authorBruno Haible <bruno@clisp.org>
Mon, 11 May 2026 21:59:09 +0000 (23:59 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 11 May 2026 21:59:09 +0000 (23:59 +0200)
* gettext-tools/src/x-c.c (extract_parenthesized): Handle
xgettext_token_type_scope.

gettext-tools/src/x-c.c

index efd210f299a5c82e00faeb78deff98b74484ab66..c0f4b5c9bc71a77c776e9b89545972b82192385e 100644 (file)
@@ -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;