+2003-10-05 Bruno Haible <bruno@clisp.org>
+
+ * xgettext.c (substring_match): Remove variable.
+ (long_options): Remove --keyword-substring option.
+ (main): Remove handling of --keyword-substring option.
+
2003-10-05 Bruno Haible <bruno@clisp.org>
* message.h (enum is_format): New item yes_according_to_context.
/* Tag used in comment of prevailing domain. */
static char *comment_tag;
-/* Compare tokens with keywords using substring matching instead of
- equality. */
-bool substring_match;
-
/* Name of default domain file. If not set defaults to messages.po. */
static const char *default_domain;
{ "indent", no_argument, NULL, 'i' },
{ "join-existing", no_argument, NULL, 'j' },
{ "keyword", optional_argument, NULL, 'k' },
- { "keyword-substring", no_argument, NULL, 'K'},
{ "language", required_argument, NULL, 'L' },
{ "msgid-bugs-address", required_argument, NULL, CHAR_MAX + 5 },
{ "msgstr-prefix", optional_argument, NULL, 'm' },
x_glade_keyword (optarg);
}
break;
- case 'K':
- substring_match = true;
- break;
case 'l':
/* Accepted for backward compatibility with 0.10.35. */
break;