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 | 61149d07bcf2103003e4d9dc79e3fdfe84c5dbed (patch) | |
tree | 18de67c4d77a9503e020978aef1e709d87e44363 /universal.c | |
parent | c5ecccaa9d575aad20a5d1c7b20f71a281750e27 (diff) | |
download | perl-61149d07bcf2103003e4d9dc79e3fdfe84c5dbed.tar.gz |
Add missing Tolkien quotes to *.c
Message-Id: <20020220231312.GA775@not.autrijus.org>
p4raw-id: //depot/perl@14802
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 6 |
1 files changed, 6 insertions, 0 deletions
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" |