projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2ddb8a4
)
Silence another bcc32 compiler warning
Steve Hay [Thu, 23 Jun 2005 08:04:21 +0000 (08:04 +0000)]
("Possible use of '%s' before definition")
p4raw-id: //depot/perl@24944
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
ac7599e
..
76bfc9a
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-8953,7
+8953,7
@@
S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, SV *sv, SV *pv,
SV *res;
SV **cvp;
SV *cv, *typesv;
- const char *why1, *why2, *why3;
+ const char *why1 = "", *why2 = "", *why3 = "";
if (!table || !(PL_hints & HINT_LOCALIZE_HH)) {
SV *msg;