diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index af9468c369f..995659a1a50 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -122,7 +122,7 @@ main (argc, argv) } hash_tab[i] = next_index; - fprintf (outf, " {\"%s\", \"%s\", \"%s\" }, /* ix: %d, i0: %d */\n", + fprintf (outf, " {\"%s\", \"%s\", \"%s\" },\n", name_start, decl_start, param_start, i, i0); next_index++;