Commit aa673c962a for perl
commit aa673c962a1f45f6ffac4d820ef7834cd0fea36e
Author: Yves Orton <demerphq@gmail.com>
Date: Mon Sep 21 17:25:03 2026 +0200
Add an epigraph to regcomp_trie.c
...for the Ents loved the great trees;
and the wild woods, and the slopes of the high hills...
--Treebeard
[p.480 of _The Lord of the Rings_, III/iv: "Treebeard"]
diff --git a/regcomp_trie.c b/regcomp_trie.c
index a2aa949ec3..f753a16c31 100644
--- a/regcomp_trie.c
+++ b/regcomp_trie.c
@@ -1,3 +1,11 @@
+/*
+ * ...for the Ents loved the great trees;
+ * and the wild woods, and the slopes of the high hills...
+ * --Treebeard
+ *
+ * [p.480 of _The Lord of the Rings_, III/iv: "Treebeard"]
+ */
+
#ifdef PERL_EXT_RE_BUILD
#include "re_top.h"
#endif