]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove old declarations.
authorBruno Haible <bruno@clisp.org>
Fri, 5 Jan 2001 13:48:36 +0000 (13:48 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 5 Jan 2001 13:48:36 +0000 (13:48 +0000)
src/ChangeLog
src/xgettext.c

index 6f154762f4281a324e57a521629017d6de2d250a..cc8cca75c7e5c080356979813136df0cab8b5eb8 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-30  Bruno Haible  <haible@clisp.cons.org>
+
+       * xgettext.c (scanner_c, scanner_cxx): Remove declarations.
+
 2000-12-30  Bruno Haible  <haible@clisp.cons.org>
 
        * msgfmt.c (write_table): Pass additional argument &id_len to
index 5000551abbdcd34eda68d27ba875695c6f2ad8a4..0ac43da3b703106a7d7d082f0c8a112efdbb845a 100644 (file)
@@ -195,8 +195,6 @@ static enum is_c_format test_whether_c_format PARAMS ((const char *__s));
    string argument and a message list argument.  */
 typedef void (*scanner_fp) PARAMS ((const char *, message_list_ty *));
 
-static void scanner_c PARAMS ((const char *, message_list_ty *));
-static void scanner_cxx PARAMS ((const char *, message_list_ty *));
 static const char *extension_to_language PARAMS ((const char *));
 static scanner_fp language_to_scanner PARAMS ((const char *));