From 0261fdd4ff435c302e6e85bfb1954940e004c26b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 26 Jun 2012 00:38:36 +0200 Subject: [PATCH] Minor source documentation update. --- bin/blhc | 1 + 1 file changed, 1 insertion(+) 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 } ( -- 2.43.2