diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-10 01:52:49 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-10 01:52:49 +0000 |
commit | b3b6b9623f699a76c7079f324f5d223e97481ab4 (patch) | |
tree | dca7fb964005d11e8c8c4ba3df76701f94b0ab52 /gcc/gen-protos.c | |
parent | 94d25c6bb2d7b96de2e86a7135f4d6ed9677e3dd (diff) | |
download | gcc-b3b6b9623f699a76c7079f324f5d223e97481ab4.tar.gz |
Remove some extraneuous garbase output.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r-- | gcc/gen-protos.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++; |