| Submitter | Mikael Morin |
|---|---|
| Date | Oct. 5, 2010, 10:11 a.m. |
| Message ID | <20101005100947.1836.62105@gimli.local> |
| Download | mbox | patch |
| Permalink | /patch/66789/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/gfortranspec.c b/gfortranspec.c index b79f6a2..44d8023 100644 --- a/gfortranspec.c +++ b/gfortranspec.c @@ -115,10 +115,6 @@ append_arg (const struct cl_decoded_option *arg) { static unsigned int newargsize; -#if 0 - fprintf (stderr, "`%s'\n", arg); -#endif - if (g77_new_decoded_options == g77_x_decoded_options && g77_newargc < g77_xargc && options_same (arg, &g77_x_decoded_options[g77_newargc]))