Cast string constant to non-const type.

This commit is contained in:
Roland McGrath 1994-10-10 04:36:05 +00:00
parent bc97238210
commit 2117d8f07c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Cambridge, MA 02139, USA. */
#include <string.h>
char *__progname = "";
char *__progname = (char *) "";
void
__init_misc (argc, argv, envp)