+2005-01-29 Bruno Haible <bruno@clisp.org>
+
+ * progname.c (program_name): Initialize.
+ Needed when linking statically on MacOS X.
+
2005-01-28 Bruno Haible <bruno@clisp.org>
* javacomp.sh.in: New file, from GNU gettext.
/* Program name management.
- Copyright (C) 2001-2003 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
/* String containing name the program is called with.
To be initialized by main(). */
-const char *program_name;
+const char *program_name = NULL;
/* Set program_name, based on argv[0]. */
void