summaryrefslogtreecommitdiff
path: root/lib/argmatch.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-05-27 10:39:10 +0000
committerJim Meyering <jim@meyering.net>1997-05-27 10:39:10 +0000
commitaa8b6cf83c6a1cb3d860cc8948dd05416f684e67 (patch)
treeeb05e6e3838a619a1156216c509493be8e4bcaf4 /lib/argmatch.h
parent46a9863033fc9f054d0e3156897059b103d7ea3a (diff)
downloadcoreutils-aa8b6cf83c6a1cb3d860cc8948dd05416f684e67.tar.xz
Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.
Diffstat (limited to 'lib/argmatch.h')
-rw-r--r--lib/argmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/argmatch.h b/lib/argmatch.h
index e95ff62e2..43ea5dbf4 100644
--- 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;