From: Simon Ruderich Date: Mon, 25 Jun 2012 22:38:36 +0000 (+0200) Subject: Minor source documentation update. X-Git-Tag: 0.04~23 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=0261fdd4ff435c302e6e85bfb1954940e004c26b Minor source documentation update. --- diff --git a/bin/blhc b/bin/blhc index 34bd55f..fa2c507 100755 --- a/bin/blhc +++ b/bin/blhc @@ -117,6 +117,7 @@ my @object = ( # Hashes for fast extensions lookup to check if a file falls in one of these # categories. my %extensions_no_preprocess = map { $_ => 1 } ( + # There's no @header_no_preprocess. @source_no_preprocess, ); my %extensions_preprocess = map { $_ => 1 } (