pp.c: Improve self-referential comment
authorFather Chrysostomos <sprout@cpan.org>
Wed, 1 Jan 2014 13:56:15 +0000 (05:56 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 1 Jan 2014 16:22:41 +0000 (08:22 -0800)
commit6006ebd02a4b62ba7535f6398bbb2d33a9ef46cc
treec52acbeabff2535b1c3ba8299fad2c175c0430a3
parent5cd5e2d6301836ca9b0f94e9a100e697bd374cd8
pp.c: Improve self-referential comment

pp.c:pp_lc has this:

    /* Here is where we would do context-sensitive actions.  See the
     * commit message for this comment for why there isn't any */

If I try to look up the commit that added the comment, I get this:

commit 06b5486afd6f58eb7fdf8c5c8cdb8520a4c87f40
Author: Karl Williamson <public@khwilliamson.com>
Date:   Fri Nov 11 10:13:28 2011 -0700

    pp.c: White-space only

    This outdents and reflows comments as a result of the removal of a
    surrounding block

86510fb15 was the commit that added the comment, whose commit message
contains the explanation, so cite that directly.
pp.c