Remove some extraneuous garbase output.

From-SVN: r5123
This commit is contained in:
Per Bothner 1993-08-09 18:52:49 -07:00
parent 05be4ceac4
commit 633b477b02

View File

@ -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++;