summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-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);
/*