summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index d457028ec1..06014efc23 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -564,7 +564,8 @@ PERLVAR(Iregex_pad, SV**) /* Shortcut into the array of
regex_padav */
PERLVAR(Iregex_padav, AV*) /* All regex objects, indexed via the
values in op_pmoffset of pmop.
- Entry 0 is an array of IVs listing
+ Entry 0 is an SV whose PV is a
+ "packed" list of IVs listing
the now-free slots in the array */
#endif