diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-06-23 23:33:23 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-06-24 07:41:22 -0400 |
commit | 23ce015ee1c88f507f078091298d020d5e22a300 (patch) | |
tree | 6f76b9173ffbc804813a7c4bc404f093ac9e6d58 /reentr.c | |
parent | 00898ccb9b2b100177f631efc1c8235eb9850fc7 (diff) | |
download | perl-23ce015ee1c88f507f078091298d020d5e22a300.tar.gz |
Make the LoTR quote of reentr.c formatted more like the others.
(Note: the p.260 is my best estimate since I don't have
the same edition as tchrist)
Diffstat (limited to 'reentr.c')
-rw-r--r-- | reentr.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,10 +10,16 @@ * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! * This file is built by regen/reentr.pl from data in regen/reentr.pl. * Any changes made here will be lost! - * + */ + +/* * "Saruman," I said, standing away from him, "only one hand at a time can * wield the One, and you know that well, so do not trouble to say we!" * + * [p.260 of _The Lord of the Rings_, II/ii: "The Council of Elrond"] + */ + +/* * This file contains a collection of automatically created wrappers * (created by running reentr.pl) for reentrant (thread-safe) versions of * various library calls, such as getpwent_r. The wrapping is done so |