summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorAudrey Tang <cpan@audreyt.org>2002-02-21 15:13:12 +0800
committerAbhijit Menon-Sen <ams@wiw.org>2002-02-20 22:55:25 +0000
commitd31a8517c09f42562afe9a28d8c8d154bf6dd71e (patch)
tree18de67c4d77a9503e020978aef1e709d87e44363 /perlio.c
parent8513cbdf106cab43f9742e6b987ad9130ef5d44e (diff)
downloadperl-d31a8517c09f42562afe9a28d8c8d154bf6dd71e.tar.gz
Add missing Tolkien quotes to *.c
Message-Id: <20020220231312.GA775@not.autrijus.org> p4raw-id: //depot/perl@14802
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/perlio.c b/perlio.c
index b59737c669..dd5f21c63d 100644
--- a/perlio.c
+++ b/perlio.c
@@ -5,6 +5,11 @@
*/
/*
+ * Hour after hour for nearly three weary days he had jogged up and down,
+ * over passes, and through long dales, and across many streams.
+ */
+
+/*
* If we have ActivePerl-like PERL_IMPLICIT_SYS then we need a dTHX to get
* at the dispatch tables, even when we do not need it for other reasons.
* Invent a dSYS macro to abstract this out