From: Per Bothner Date: Tue, 10 Aug 1993 01:52:49 +0000 (-0700) Subject: Remove some extraneuous garbase output. X-Git-Tag: misc/cutover-egcs-0~8820 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=633b477b0264ac08a5182e7f38fcfd401d7fdba1;p=thirdparty%2Fgcc.git Remove some extraneuous garbase output. From-SVN: r5123 --- diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index af9468c369f3..995659a1a508 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++;