Commit 3ea2fa9083 for perl
commit 3ea2fa9083d45ee44fadc81172613cecdf89a42d
Author: Yves Orton <demerphq@gmail.com>
Date: Mon Sep 21 17:16:28 2026 +0200
Add an epigraph to regcomp_study.c
"Begin at the beginning," the King said gravely,
"and go on till you come to the end: then stop."
--the King
[Chapter XII of _Alice's Adventures in Wonderland_: "Alice's Evidence"]
diff --git a/regcomp_study.c b/regcomp_study.c
index f39bd409de..14781588ea 100644
--- a/regcomp_study.c
+++ b/regcomp_study.c
@@ -1,3 +1,11 @@
+/*
+ * "Begin at the beginning," the King said gravely,
+ * "and go on till you come to the end: then stop."
+ * --the King
+ *
+ * [Chapter XII of _Alice's Adventures in Wonderland_: "Alice's Evidence"]
+ */
+
#ifdef PERL_EXT_RE_BUILD
#include "re_top.h"
#endif