projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
98b9765
)
Retract #8893, zero-initializing may be costly, maybe reintroduce
Jarkko Hietaniemi [Fri, 23 Feb 2001 19:36:00 +0000 (19:36 +0000)]
later protected by some #define.
p4raw-id: //depot/perl@8915
gv.c
patch
|
blob
|
blame
|
history
diff --git
a/gv.c
b/gv.c
index
09e6cfe
..
0d34366
100644
(file)
--- a/
gv.c
+++ b/
gv.c
@@
-59,7
+59,7
@@
Perl_gv_IOadd(pTHX_ register GV *gv)
GV *
Perl_gv_fetchfile(pTHX_ const char *name)
{
- char smallbuf[256] = { 0 };
+ char smallbuf[256];
char *tmpbuf;
STRLEN tmplen;
GV *gv;