+2001-04-04 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.c (program_name): Change type to 'const char *'.
+ * ngettext.c (program_name): Likewise.
+
2001-04-04 Bruno Haible <haible@clisp.cons.org>
* write-po.c (wrap): Prohibit line breaks inside backslash escape
int do_expand;
/* Name the program is called with. */
-char *program_name;
+const char *program_name;
/* Long options. */
static const struct option long_options[] =
int do_expand;
/* Name the program is called with. */
-char *program_name;
+const char *program_name;
/* Long options. */
static const struct option long_options[] =