projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d056b
)
Change dcl of program_name so it doesn't conflict with the ubiquitous char* one.
author
Jim Meyering
<jim@meyering.net>
Tue, 27 May 1997 10:39:10 +0000
(10:39 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 27 May 1997 10:39:10 +0000
(10:39 +0000)
lib/argmatch.h
patch
|
blob
|
history
diff --git
a/lib/argmatch.h
b/lib/argmatch.h
index e95ff62e24c06b095c1e1e3681eb090e646495ac..43ea5dbf4513fc870723d7b465d627b5ed8d5a35 100644
(file)
--- 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
;