changeset 925:3f93a48c055d

Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.
author Jim Meyering <jim@meyering.net>
date Tue, 27 May 1997 10:39:10 +0000
parents f550ade11ca4
children 7f063c5c26f4
files lib/argmatch.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/argmatch.h
+++ b/lib/argmatch.h
@@ -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;