aboutsummaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1993-08-09 18:52:49 -0700
committerPer Bothner <bothner@gcc.gnu.org>1993-08-09 18:52:49 -0700
commit633b477b0264ac08a5182e7f38fcfd401d7fdba1 (patch)
treedca7fb964005d11e8c8c4ba3df76701f94b0ab52 /gcc/gen-protos.c
parent05be4ceac49b1d6960045eb2121530582202776e (diff)
downloadgcc-633b477b0264ac08a5182e7f38fcfd401d7fdba1.zip
gcc-633b477b0264ac08a5182e7f38fcfd401d7fdba1.tar.gz
gcc-633b477b0264ac08a5182e7f38fcfd401d7fdba1.tar.bz2
Remove some extraneuous garbase output.
From-SVN: r5123
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r--gcc/gen-protos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index af9468c..995659a 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++;