projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
32910c7
)
In S_init_perllib(), s can be const char*
Nicholas Clark [Sun, 22 Feb 2009 13:05:38 +0000 (14:05 +0100)]
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
6e4e3e4
..
ca9ab00
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-4095,7
+4095,7
@@
S_init_perllib(pTHX)
#ifndef VMS
const char *perl5lib;
#endif
- char *s;
+ const char *s;
#ifdef WIN32
STRLEN len;
#endif