diff options
author | Karl Williamson <khw@cpan.org> | 2019-09-26 16:23:33 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-09-27 11:20:34 -0600 |
commit | e21ef6928fa32f8c21414f00ec4a6cae741dec7a (patch) | |
tree | 82519389bfd72666c2cc6b15ad76ce1201851b94 /pod/perldebguts.pod | |
parent | 27c3e5ad94fad01593474ee3038849be74be86a0 (diff) | |
download | perl-e21ef6928fa32f8c21414f00ec4a6cae741dec7a.tar.gz |
regen/regcomp.pl, regcomp.sym: Comments
I spent some time in this code trying to understand some things, and as
a result I'm commenting previously undocumented features. The comments
about what an entry in regcomp.sym should look like are moved to that
file, rather than the file that reads it. The former is most often
touched, and they had gotten out-of-sync in the latter. Things now make
more sense to me, and hopefully anyone using this in the future.
Diffstat (limited to 'pod/perldebguts.pod')
-rw-r--r-- | pod/perldebguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index b439380d8a..002c73fd14 100644 --- a/pod/perldebguts.pod +++ b/pod/perldebguts.pod @@ -562,7 +562,7 @@ will be lost. =for regcomp.pl begin - # TYPE arg-description [num-args] [longjump-len] DESCRIPTION + # TYPE arg-description [regnode-struct-suffix] [longjump-len] DESCRIPTION # Exit points |