projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7dfca73
)
Symbol S_no_symref_sv should be static (local to the compilation unit).
Jan Dubois [Tue, 23 Feb 2010 08:54:46 +0000 (
00:54
-0800)]
pp.c
patch
|
blob
|
blame
|
history
diff --git
a/pp.c
b/pp.c
index
3e2ed48
..
5876cfd
100644
(file)
--- a/
pp.c
+++ b/
pp.c
@@
-132,7
+132,7
@@
PP(pp_padhv)
/* Translations. */
-const char S_no_symref_sv[] =
+static const char S_no_symref_sv[] =
"Can't use string (\"%" SVf32 "\"%s) as %s ref while \"strict refs\" in use";
PP(pp_rv2gv)