]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Refactor: Remove K&R C cruft.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Aug 2024 00:15:22 +0000 (02:15 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Aug 2024 00:19:04 +0000 (02:19 +0200)
* gettext-tools/src/read-po-lex.c: Remove VARARGS1 and VARARGS2 comments.

gettext-tools/src/read-po-lex.c

index e074d7446949ffb9bece8b1297f833107faf1b19..70e1b474c6e6bcd3a0a5cc256164e9dff4b10e52 100644 (file)
@@ -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, ...)
 {