diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-14 12:28:08 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-14 17:35:31 -0700 |
commit | 5d8673bca0104a9e3975238e86672281f7f71c03 (patch) | |
tree | d1aa9d6c775d2018a6370a72255648a61b3782b7 /pp_hot.c | |
parent | 152e8a12bd1ba6c9b17f3da2f81f37518f992ad2 (diff) | |
download | perl-5d8673bca0104a9e3975238e86672281f7f71c03.tar.gz |
pp_hot.c: Mention that pp_grepstart calls pp_pushmark
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ PP(pp_null) return NORMAL; } -/* This is sometimes called directly by pp_coreargs. */ +/* This is sometimes called directly by pp_coreargs and pp_grepstart. */ PP(pp_pushmark) { dVAR; |