diff options
author | Audrey Tang <cpan@audreyt.org> | 2002-02-21 15:13:12 +0800 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-02-20 22:55:25 +0000 |
commit | d31a8517c09f42562afe9a28d8c8d154bf6dd71e (patch) | |
tree | 18de67c4d77a9503e020978aef1e709d87e44363 | |
parent | 8513cbdf106cab43f9742e6b987ad9130ef5d44e (diff) | |
download | perl-d31a8517c09f42562afe9a28d8c8d154bf6dd71e.tar.gz |
Add missing Tolkien quotes to *.c
Message-Id: <20020220231312.GA775@not.autrijus.org>
p4raw-id: //depot/perl@14802
-rw-r--r-- | globals.c | 5 | ||||
-rw-r--r-- | malloc.c | 4 | ||||
-rw-r--r-- | perlio.c | 5 | ||||
-rw-r--r-- | pp_pack.c | 8 | ||||
-rw-r--r-- | universal.c | 6 | ||||
-rw-r--r-- | xsutils.c | 6 |
6 files changed, 34 insertions, 0 deletions
@@ -7,6 +7,11 @@ * */ +/* + * "For the rest, they shall represent the other Free Peoples of the World: + * Elves, Dwarves, and Men." --Elrond + */ + #include "INTERN.h" #define PERL_IN_GLOBALS_C #include "perl.h" @@ -3,6 +3,10 @@ */ /* + * "'The Chamber of Records,' said Gimli. 'I guess that is where we now stand.'" + */ + +/* Here are some notes on configuring Perl's malloc. (For non-perl usage see below.) @@ -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 @@ -7,6 +7,14 @@ * */ +/* + * He still hopefully carried some of his gear in his pack: a small tinder-box, + * two small shallow pans, the smaller fitting into the larger; inside them a + * wooden spoon, a short two-pronged fork and some skewers were stowed; and + * hidden at the bottom of the pack in a flat wooden box a dwindling treasure, + * some salt. + */ + #include "EXTERN.h" #define PERL_IN_PP_PACK_C #include "perl.h" diff --git a/universal.c b/universal.c index b2313f5cd0..8fe67b91d2 100644 --- a/universal.c +++ b/universal.c @@ -7,6 +7,12 @@ * */ +/* + * "The roots of those mountains must be roots indeed; there must be + * great secrets buried there which have not been discovered since the + * beginning." --Gandalf, relating Gollum's story + */ + #include "EXTERN.h" #define PERL_IN_UNIVERSAL_C #include "perl.h" @@ -7,6 +7,12 @@ * */ +/* + * "Perilous to us all are the devices of an art deeper than we possess + * ourselves." --Gandalf + */ + + #include "EXTERN.h" #define PERL_IN_XSUTILS_C #include "perl.h" |