diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-08-26 11:15:18 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-26 15:18:41 +0000 |
commit | aa6930702d30b377634933794b8700d63528659d (patch) | |
tree | 9234242e79eae56e7abd3907ce2f1b4c8258b88e | |
parent | ff82603e9e548d32f848ce90a6d459bec959863b (diff) | |
download | perl-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
-rw-r--r-- | ext/Storable/Storable.xs | 2 |
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); /* |