In perl.git, the branch sprout/misc-post-5.16 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/deff3808da6a9020e614398a6c0f2aee1b3c15e5?hp=e6cca0c298f4724b01e927c6c7128734d140213b>
- Log ----------------------------------------------------------------- commit deff3808da6a9020e614398a6c0f2aee1b3c15e5 Author: Father Chrysostomos <[email protected]> Date: Mon Apr 30 17:07:31 2012 -0700 Correct comment typo in op.h ----------------------------------------------------------------------- Summary of changes: op.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/op.h b/op.h index 05cd323..e50bd64 100644 --- a/op.h +++ b/op.h @@ -183,7 +183,7 @@ Deprecated. Use C<GIMME_V> instead. #define OPpASSIGN_BACKWARDS 64 /* Left & right switched. */ #define OPpASSIGN_CV_TO_GV 128 /* Possible optimisation for constants. */ -/* Private for OP_MATCH and OP_SUBST{,CONST} */ +/* Private for OP_MATCH and OP_SUBST{,CONT} */ #define OPpRUNTIME 64 /* Pattern coming in on the stack */ /* Private for OP_TRANS */ -- Perl5 Master Repository
