This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c476b
)
-w interacts badly with -Dt
author
Spider Boardman
<spider@Orb.Nashua.NH.US>
Wed, 11 Jun 1997 00:00:00 +0000
(12:00 +1200)
committer
Tim Bunce
<Tim.Bunce@ig.co.uk>
Wed, 11 Jun 1997 00:00:00 +0000
(12:00 +1200)
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
ece94b9
..
53499fd
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-889,6
+889,7
@@
register SV *sv;
STRLEN prevlen;
int unref = 0;
+ sv_setpvn(t, "", 0);
retry:
if (!sv) {
sv_catpv(t, "VOID");