summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-17 11:32:07 -0600
committerKarl Williamson <khw@cpan.org>2022-05-07 20:15:01 -0600
commit929c8dcc12307f1c6223311a0c1de4bf43a059c5 (patch)
treedd83457673dc2454c38f85a4567652494523342e /pod/perlreguts.pod
parentd50808b5df31bb3bdca9f405281e9bd6719a1003 (diff)
downloadperl-929c8dcc12307f1c6223311a0c1de4bf43a059c5.tar.gz
perlintern: regnode typedef is documented in perlreguts
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r--pod/perlreguts.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod
index e19f157058..2c0700f3d6 100644
--- a/pod/perlreguts.pod
+++ b/pod/perlreguts.pod
@@ -111,6 +111,8 @@ C<regnode> is the smallest struct needed, and has a field structure which is
shared with all the other larger structures. (Outside this document, the term
"regnode" is sometimes used to mean "regop", which could be confusing.)
+=for apidoc Cyh||regnode
+
The "next" pointers of all regops except C<BRANCH> implement concatenation;
a "next" pointer with a C<BRANCH> on both ends of it is connecting two
alternatives. [Here we have one of the subtle syntax dependencies: an