(main): Remove unused args in call to fprintf.
From-SVN: r6556
This commit is contained in:
parent
da2c9ff982
commit
1e83f71a41
@ -1,5 +1,5 @@
|
|||||||
/* 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)
|
|||||||
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++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user