Commit 830b386a33 for perl
commit 830b386a337f55ab1de440fe2971371ce9d39c7d
Author: Yves Orton <demerphq@gmail.com>
Date: Mon Sep 21 17:16:27 2026 +0200
Add epigraphs to dquote.c
Double, double toil and trouble;
Fire burn and cauldron bubble.
--The Weird Sisters
[Act IV, scene i of _Macbeth_]
Whereof one cannot speak, thereof one must be silent.
--Ludwig Wittgenstein
[Proposition 7 of _Tractatus Logico-Philosophicus_]
diff --git a/dquote.c b/dquote.c
index c3f2fc8094..041c03f9c6 100644
--- a/dquote.c
+++ b/dquote.c
@@ -5,6 +5,14 @@
*
*/
+/*
+ * Double, double toil and trouble;
+ * Fire burn and cauldron bubble.
+ * --The Weird Sisters
+ *
+ * [Act IV, scene i of _Macbeth_]
+ */
+
#include "EXTERN.h"
#define PERL_IN_DQUOTE_C
#include "perl.h"
@@ -561,6 +569,13 @@ Perl_grok_bslash_x(pTHX_ char ** s, const char * const send, UV *uv,
return TRUE;
}
+/*
+ * Whereof one cannot speak, thereof one must be silent.
+ * --Ludwig Wittgenstein
+ *
+ * [Proposition 7 of _Tractatus Logico-Philosophicus_]
+ */
+
/*
* ex: set ts=8 sts=4 sw=4 et:
*/