summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-09-12 11:30:15 +0200
committerJames E Keenan <jkeenan@cpan.org>2022-11-05 13:31:20 +0000
commit51135966bced7eb87c6d7631a65a9e8d13e15398 (patch)
treee7b7f85d298882f0acdee9cfd848eed8a2e0da89 /regnodes.h
parent3c544c1f6ee292e13d860f8d192ba0780a28c3ea (diff)
downloadperl-51135966bced7eb87c6d7631a65a9e8d13e15398.tar.gz
regen/regcomp.pl - add more detail on what the script does and list its inputs properly
Previously we were only showing one of the inputs that generates regnodes.h, now we show all of them. Also add some paragraphs explaining a bit more detail what the files contain and how we process. Committer: Small grammatical correction, per https://github.com/Perl/perl5/pull/20288#discussion_r968344745
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regnodes.h b/regnodes.h
index 93cc12a13c..398df445df 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -1,6 +1,7 @@
/* -*- buffer-read-only: t -*-
!!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- This file is built by regen/regcomp.pl from regcomp.sym.
+ This file is built by regen/regcomp.pl from regcomp.sym, op_reg_common.h
+ and regexp.h.
Any changes made here will be lost!
*/