Commit 0e1bf4006e for perl
commit 0e1bf4006e42662059eb6279c6834c199a2909b0
Author: Yves Orton <demerphq@gmail.com>
Date: Mon Sep 21 17:16:28 2026 +0200
Add an epigraph to regcomp_invlist.c
The world was so recent that many things lacked names,
and in order to indicate them it was necessary to point.
--Gabriel García Márquez
[Chapter I of _One Hundred Years of Solitude_]
diff --git a/regcomp_invlist.c b/regcomp_invlist.c
index 3f1a509dc1..64cf6c16c3 100644
--- a/regcomp_invlist.c
+++ b/regcomp_invlist.c
@@ -1,3 +1,11 @@
+/*
+ * The world was so recent that many things lacked names,
+ * and in order to indicate them it was necessary to point.
+ * --Gabriel García Márquez
+ *
+ * [Chapter I of _One Hundred Years of Solitude_]
+ */
+
#ifdef PERL_EXT_RE_BUILD
#include "re_top.h"
#endif