diff options
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -301,6 +301,9 @@ int main(int argc, char **argv) if (!s->ppfp) tcc_error("could not write '%s'", s->outfile); } + s->dffp = s->ppfp; + if (s->dflag == 'M') + s->ppfp = NULL; } tcc_set_output_type(s, s->output_type); |
