Skip to content

Commit

Permalink
Better descriptions for PL_regex_pad and PL_regex_padav.
Browse files Browse the repository at this point in the history
p4raw-id: //depot/perl@32944
  • Loading branch information
nwc10 committed Jan 10, 2008
1 parent 5c9f9c9 commit e685319
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions intrpvar.h
Expand Up @@ -561,9 +561,12 @@ PERLVAR(Inumeric_radix_sv, SV *) /* The radix separator if not '.' */
#endif

#if defined(USE_ITHREADS)
PERLVAR(Iregex_pad, SV**) /* All regex objects */
PERLVAR(Iregex_padav, AV*) /* All regex objects */

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
the now-free slots in the array */
#endif

#ifdef USE_REENTRANT_API
Expand Down

0 comments on commit e685319

Please sign in to comment.