From: Bruno Haible Date: Fri, 26 Oct 2001 15:01:59 +0000 (+0000) Subject: Recognize .hxx as C++ source code. X-Git-Tag: v0.11~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7453141d6d881deeedc094d61e2a8ab20cb9f1e0;p=thirdparty%2Fgettext.git Recognize .hxx as C++ source code. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3295087fa..b1b39b07c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-26 Bruno Haible + + * x-c.h (EXTENSIONS_C): Add ".hxx". + 2001-10-21 Bruno Haible * msgmerge.c (match_domain): Change type of 'processed' argument to diff --git a/src/x-c.h b/src/x-c.h index b69923f25..72057431b 100644 --- a/src/x-c.h +++ b/src/x-c.h @@ -26,6 +26,7 @@ { "cxx", "C++" }, \ { "cpp", "C++" }, \ { "hh", "C++" }, \ + { "hxx", "C++" }, \ { "hpp", "C++" }, \ { "m", "ObjectiveC" }, \