diff options
author | Andy Lester <andy@petdance.com> | 2005-07-15 05:51:15 -0500 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-15 16:30:05 +0000 |
commit | 89dc39a4d8d54df45cbf28605f36e6b55202ab47 (patch) | |
tree | a721e80508692d28218dc799de854ad1efec3aa0 /dump.c | |
parent | fd73babf73a99f7ae2387bbc59d6ad43327c90d8 (diff) | |
download | perl-89dc39a4d8d54df45cbf28605f36e6b55202ab47.tar.gz |
more embed cleanup
Message-ID: <20050715155115.GC29983@petdance.com>
(and run regen.pl)
p4raw-id: //depot/perl@25156
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ char * Perl_sv_peek(pTHX_ SV *sv) { dVAR; - SV *t = sv_newmortal(); + SV * const t = sv_newmortal(); int unref = 0; sv_setpvn(t, "", 0); |