summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>2008-11-01 19:43:39 -0600
committerNicholas Clark <nick@ccl4.org>2008-11-02 21:12:59 +0000
commit4ac71550d23cca4632a2bcdfcb1d83a6bf705e45 (patch)
treecc0057b4b8d9255678258aa40c673a069d39dae0 /regexec.c
parent8fa23287293bbec887dca6d7e006e50e1a445bb2 (diff)
downloadperl-4ac71550d23cca4632a2bcdfcb1d83a6bf705e45.tar.gz
PATCH: Large omnibus patch to clean up the JRRT quotes
Message-ID: <25940.1225611819@chthon> Date: Sun, 02 Nov 2008 01:43:39 -0600 p4raw-id: //depot/perl@34698
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 0c4329dda3..326d92a839 100644
--- a/regexec.c
+++ b/regexec.c
@@ -2,7 +2,11 @@
*/
/*
- * "One Ring to rule them all, One Ring to find them..."
+ * One Ring to rule them all, One Ring to find them
+ &
+ * [p.v of _The Lord of the Rings_, opening poem]
+ * [p.50 of _The Lord of the Rings_, I/iii: "The Shadow of the Past"]
+ * [p.254 of _The Lord of the Rings_, II/ii: "The Council of Elrond"]
*/
/* This file contains functions for executing a regular expression. See