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 /malloc.c | |
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
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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.) |