+2002-11-11 Bruno Haible <bruno@clisp.org>
+
+ * tstgettext.c (program_name): Declare as external.
+ * tstngettext.c (program_name): Likewise.
+
2002-11-07 Bruno Haible <bruno@clisp.org>
* msgcmp-2: Filter out valgrind's messages from the stderr output.
int do_expand;
/* Name the program is called with. */
-const char *program_name;
+extern const char *program_name;
/* Long options. */
static const struct option long_options[] =
#define _(str) gettext (str)
/* Name the program is called with. */
-char *program_name;
+extern const char *program_name;
/* Long options. */
static const struct option long_options[] =