From: Simon Ruderich Date: Tue, 10 Apr 2012 20:46:08 +0000 (+0200) Subject: Fix typo in file extension for Objective-C++ code. X-Git-Tag: 0.01~22 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=060422c95a34e2a42161f42fc71c925a8c8d0570 Fix typo in file extension for Objective-C++ code. --- diff --git a/bin/blhc b/bin/blhc index 91b6f35..44a6986 100755 --- a/bin/blhc +++ b/bin/blhc @@ -48,7 +48,7 @@ my @source_preprocess_compile_cpp = ( # C++ qw( cc cp cxx cpp CPP c++ C ), # Objective-C++ - qw( mm Mr), + qw( mm M ), ); my @source_preprocess_compile = ( # C