summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-04-18 09:57:51 +0200
committerYves Orton <demerphq@gmail.com>2022-08-03 11:07:09 +0200
commitf946e55ad047822276d1420651e4dc2d9caf3fce (patch)
treecbf22b8f36c0ef10a6ab2d28101712ac9b98ebb0 /pod/perlreguts.pod
parentc0a7907be0f2bff18c64a6b2f3d09cb88c192dc3 (diff)
downloadperl-f946e55ad047822276d1420651e4dc2d9caf3fce.tar.gz
regen/regcomp.pl - Make regarglen available as PL_regarglen in regexec.c
In a follow up patch we will use this data from regexec.c which currently cannot see the variable. This changes a comment in regen/mk_invlists.pl which necessitated rebuilding several files related to unicode. Only the hashes associated with mk_invlists.pl were changed.
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r--pod/perlreguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod
index 9610222690..1f4bb02cdc 100644
--- a/pod/perlreguts.pod
+++ b/pod/perlreguts.pod
@@ -197,7 +197,7 @@ have been included.
=back
-F<regnodes.h> defines an array called C<regarglen[]> which gives the size
+F<regnodes.h> defines an array called C<PL_regarglen[]> which gives the size
of each opcode in units of C<size regnode> (4-byte). A macro is used
to calculate the size of an C<EXACT> node based on its C<str_len> field.