Commit 1e83f71a by Richard Kenner

(main): Remove unused args in call to fprintf.

From-SVN: r6556
parent da2c9ff9
/* gen-protos.c - massages a list of prototypes, for use by fixproto. /* gen-protos.c - massages a list of prototypes, for use by fixproto.
Copyright (C) 1993 Free Software Foundation, Inc. Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
...@@ -135,7 +135,7 @@ main (argc, argv) ...@@ -135,7 +135,7 @@ main (argc, argv)
hash_tab[i] = next_index; hash_tab[i] = next_index;
fprintf (outf, " {\"%s\", \"%s\", \"%s\" },\n", fprintf (outf, " {\"%s\", \"%s\", \"%s\" },\n",
name_start, decl_start, param_start, i, i0); name_start, decl_start, param_start);
next_index++; next_index++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment