From: Bruno Haible Date: Sat, 3 Aug 2024 00:15:22 +0000 (+0200) Subject: Refactor: Remove K&R C cruft. X-Git-Tag: v0.23~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a892a5c06f5f6ee1008ea51df10e50139d67775b;p=thirdparty%2Fgettext.git Refactor: Remove K&R C cruft. * gettext-tools/src/read-po-lex.c: Remove VARARGS1 and VARARGS2 comments. --- diff --git a/gettext-tools/src/read-po-lex.c b/gettext-tools/src/read-po-lex.c index e074d7446..70e1b474c 100644 --- a/gettext-tools/src/read-po-lex.c +++ b/gettext-tools/src/read-po-lex.c @@ -70,7 +70,6 @@ /* Error handling during the parsing of a PO file. These functions can access ps->gram_pos and ps->gram_pos_column. */ -/* VARARGS1 */ void po_gram_error (struct po_parser_state *ps, const char *fmt, ...) { @@ -90,7 +89,6 @@ po_gram_error (struct po_parser_state *ps, const char *fmt, ...) po_error (EXIT_FAILURE, 0, _("too many errors, aborting")); } -/* VARARGS2 */ void po_gram_error_at_line (const lex_pos_ty *pp, const char *fmt, ...) {