Commit 633b477b by Per Bothner

Remove some extraneuous garbase output.

From-SVN: r5123
parent 05be4cea
...@@ -122,7 +122,7 @@ main (argc, argv) ...@@ -122,7 +122,7 @@ main (argc, argv)
} }
hash_tab[i] = next_index; 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); name_start, decl_start, param_start, i, i0);
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