This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Felipe Gasper to AUTHORS
[perl5.git] / op.c
diff --git a/op.c b/op.c
index 91b9d5d..2b83188 100644 (file)
--- a/op.c
+++ b/op.c
@@ -8269,6 +8269,8 @@ Perl_ck_spair(pTHX_ OP *o)
 #endif
        kUNOP->op_first = newop;
     }
+    /* transforms OP_REFGEN into OP_SREFGEN, OP_CHOP into OP_SCHOP,
+     * and OP_CHOMP into OP_SCHOMP */
     o->op_ppaddr = PL_ppaddr[++o->op_type];
     return ck_fun(o);
 }