summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-14 12:28:08 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-14 17:35:31 -0700
commit5d8673bca0104a9e3975238e86672281f7f71c03 (patch)
treed1aa9d6c775d2018a6370a72255648a61b3782b7
parent152e8a12bd1ba6c9b17f3da2f81f37518f992ad2 (diff)
downloadperl-5d8673bca0104a9e3975238e86672281f7f71c03.tar.gz
pp_hot.c: Mention that pp_grepstart calls pp_pushmark
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index b2fc84ebf9..1c0acb92b0 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -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;