Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.

This commit is contained in:
Jim Meyering 1997-05-27 10:39:10 +00:00
parent 46a9863033
commit aa8b6cf83c

View File

@ -9,4 +9,4 @@
int argmatch __ARGMATCH_P ((const char *, const char * const *));
void invalid_arg __ARGMATCH_P ((const char *, const char *, int));
extern char const program_name[];
extern char *program_name;