]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Recognize ".hh" extension.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Jun 2001 21:04:24 +0000 (21:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 12 Jun 2001 21:04:24 +0000 (21:04 +0000)
src/ChangeLog
src/xgettext.c

index c2c2cf79f2cf307cbcaf47961123e65ee0875973..c0caf5ddf2d02e6d8dbff6ee18537bf1b8aa6505 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-12  Bruno Haible  <haible@clisp.cons.org>
+
+       * xgettext.c (extension_to_language): Recognize "*.hh" as being C++.
+       Reported by Felix Natter.
+
 2001-06-10  Bruno Haible  <haible@clisp.cons.org>
 
        * msgcmp.c (main): Set gram_max_allowed_errors to UINT_MAX, as in
index b5d6b52fbd56274d895f597f83a63e87f37bcd90..89619f855224c0deecf1e55d8d49a28d995c647b 100644 (file)
@@ -1469,6 +1469,7 @@ extension_to_language (extension)
     { "cxx",    "C++",  },
     { "cpp",    "C++",  },
     { "h",      "C",    },
+    { "hh",     "C++",  },
     { "hpp",    "C++",  },
     { "po",     "PO",   },
     { "pot",    "PO",   },