From 060422c95a34e2a42161f42fc71c925a8c8d0570 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 10 Apr 2012 22:46:08 +0200 Subject: [PATCH] Fix typo in file extension for Objective-C++ code. --- bin/blhc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2