From a892a5c06f5f6ee1008ea51df10e50139d67775b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Aug 2024 02:15:22 +0200 Subject: [PATCH] Refactor: Remove K&R C cruft. * gettext-tools/src/read-po-lex.c: Remove VARARGS1 and VARARGS2 comments. --- gettext-tools/src/read-po-lex.c | 2 -- 1 file changed, 2 deletions(-) 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, ...) { -- 2.47.3