]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Recognize .hxx as C++ source code.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 15:01:59 +0000 (15:01 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 15:01:59 +0000 (15:01 +0000)
src/ChangeLog
src/x-c.h

index 3295087fabcf06fb77d1c709fec1f2f05b0faf11..b1b39b07c640488e4576404817aafeb5673ed3a4 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-26  Bruno Haible  <haible@clisp.cons.org>
+
+       * x-c.h (EXTENSIONS_C): Add ".hxx".
+
 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
 
        * msgmerge.c (match_domain): Change type of 'processed' argument to
index b69923f25a1b31eb283dec7d58db399f3ae5d683..72057431b13b6f2ac559d0ace9fd74b2f157d5d6 100644 (file)
--- 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" },                                          \