projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d7a05
)
(argp_program_version): Make `const'.
author
drepper
<drepper>
Sat, 8 Mar 1997 04:35:37 +0000
(
04:35
+0000)
committer
drepper
<drepper>
Sat, 8 Mar 1997 04:35:37 +0000
(
04:35
+0000)
argp/argp-pv.c
patch
|
blob
|
history
diff --git
a/argp/argp-pv.c
b/argp/argp-pv.c
index
59e6f8d
..
27d714b
100644
(file)
--- a/
argp/argp-pv.c
+++ b/
argp/argp-pv.c
@@
-22,4
+22,4
@@
--version is added (unless the ARGP_NO_HELP flag is used), which will
print this this string followed by a newline and exit (unless the
ARGP_NO_EXIT flag is used). Overridden by ARGP_PROGRAM_VERSION_HOOK. */
-char *argp_program_version = 0;
+c
onst c
har *argp_program_version = 0;