diff options
author | Tom Christiansen <tchrist@perl.com> | 2008-11-01 19:43:39 -0600 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-02 21:12:59 +0000 |
commit | 4ac71550d23cca4632a2bcdfcb1d83a6bf705e45 (patch) | |
tree | cc0057b4b8d9255678258aa40c673a069d39dae0 /ext/DynaLoader | |
parent | 8fa23287293bbec887dca6d7e006e50e1a445bb2 (diff) | |
download | perl-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 'ext/DynaLoader')
-rw-r--r-- | ext/DynaLoader/dl_dyld.xs | 12 | ||||
-rw-r--r-- | ext/DynaLoader/dl_next.xs | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/ext/DynaLoader/dl_dyld.xs b/ext/DynaLoader/dl_dyld.xs index c8f999bea5..8bdadd75b9 100644 --- a/ext/DynaLoader/dl_dyld.xs +++ b/ext/DynaLoader/dl_dyld.xs @@ -9,11 +9,13 @@ */ /* - And Gandalf said: 'Many folk like to know beforehand what is to - be set on the table; but those who have laboured to prepare the - feast like to keep their secret; for wonder makes the words of - praise louder.' -*/ + * And Gandalf said: 'Many folk like to know beforehand what is to + * be set on the table; but those who have laboured to prepare the + * feast like to keep their secret; for wonder makes the words of + * praise louder.' + * + * [p.970 of _The Lord of the Rings_, VI/v: "The Steward and the King"] + */ /* Porting notes: diff --git a/ext/DynaLoader/dl_next.xs b/ext/DynaLoader/dl_next.xs index a7742a1fe3..40842fd4ac 100644 --- a/ext/DynaLoader/dl_next.xs +++ b/ext/DynaLoader/dl_next.xs @@ -8,11 +8,13 @@ */ /* - And Gandalf said: 'Many folk like to know beforehand what is to - be set on the table; but those who have laboured to prepare the - feast like to keep their secret; for wonder makes the words of - praise louder.' -*/ + * And Gandalf said: 'Many folk like to know beforehand what is to + * be set on the table; but those who have laboured to prepare the + * feast like to keep their secret; for wonder makes the words of + * praise louder.' + * + * [p.970 of _The Lord of the Rings_, VI/v: "The Steward and the King"] + */ /* Porting notes: |