From: Bruno Haible Date: Fri, 5 Jan 2001 13:48:36 +0000 (+0000) Subject: Remove old declarations. X-Git-Tag: v0.10.36~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f55ec9aa044245678355354fb34aac7b656791c;p=thirdparty%2Fgettext.git Remove old declarations. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6f154762f..cc8cca75c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-12-30 Bruno Haible + + * xgettext.c (scanner_c, scanner_cxx): Remove declarations. + 2000-12-30 Bruno Haible * msgfmt.c (write_table): Pass additional argument &id_len to diff --git a/src/xgettext.c b/src/xgettext.c index 5000551ab..0ac43da3b 100644 --- a/src/xgettext.c +++ b/src/xgettext.c @@ -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 *));