This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
makedepend.SH: Preprocessor directives don't have to start at column 1
authorKarl Williamson <public@khwilliamson.com>
Sat, 23 Feb 2013 22:38:55 +0000 (15:38 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 25 Feb 2013 03:20:40 +0000 (20:20 -0700)
commit449353394bc5e632a2c75c2fbdd20126a76755de
treee4aac18d1f1c8c06e8dd7943468b3b29e5030a08
parentd43a05a2e46d18adf962d6885a6fce7c85e305a6
makedepend.SH: Preprocessor directives don't have to start at column 1

Like, apparently, the person(s) who originally wrote this script, I
thought all preprocessor directives had to start in column 1.

It turns out that restriction was relaxed in C89; so that they may be
indented.

Spotted by John Goodyear.
makedepend.SH