summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.xs
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-08-26 11:15:18 +0200
committerhv <hv@crypt.org>2002-08-26 15:18:41 +0000
commitaa6930702d30b377634933794b8700d63528659d (patch)
tree9234242e79eae56e7abd3907ce2f1b4c8258b88e /ext/Storable/Storable.xs
parentff82603e9e548d32f848ce90a6d459bec959863b (diff)
downloadperl-aa6930702d30b377634933794b8700d63528659d.tar.gz
fix non-ANSI C++-style comment
Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17785
Diffstat (limited to 'ext/Storable/Storable.xs')
-rw-r--r--ext/Storable/Storable.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index 48d05f923d..b7ddc739e6 100644
--- a/ext/Storable/Storable.xs
+++ b/ext/Storable/Storable.xs
@@ -4962,7 +4962,7 @@ static SV *retrieve_code(stcxt_t *cxt, char *cname)
*/
sub = newSVpvn("sub ", 4);
- sv_catpv(sub, SvPV(text, PL_na)); //XXX no sv_catsv!
+ sv_catpv(sub, SvPV(text, PL_na)); /* XXX no sv_catsv! */
SvREFCNT_dec(text);
/*