13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
$OpenBSD: patch-gettext-tools_src_xgettext_c,v 1.1 2005/12/18 21:53:18 sturm Exp $
|
|
--- gettext-tools/src/xgettext.c.orig Sun Dec 18 12:02:56 2005
|
|
+++ gettext-tools/src/xgettext.c Sat Dec 17 05:43:18 2005
|
|
@@ -176,7 +176,7 @@ iconv_t xgettext_current_source_iconv;
|
|
#endif
|
|
|
|
/* Long options. */
|
|
-static const struct option long_options[] =
|
|
+static struct option long_options[] =
|
|
{
|
|
{ "add-comments", optional_argument, NULL, 'c' },
|
|
{ "add-location", no_argument, &line_comment, 1 },
|