X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_opt.h;h=56fdbe65379eec24c501055cc79bce99c013b80d;hb=86e613f57ea7f1eac5b020163a1ab045ee198142;hp=16a8887a30ba42bbcbe338c43d4752c459acd4d9;hpb=4532db941df6c1c8e530d91dd1c3fa41b4232b00;p=cparser diff --git a/driver/firm_opt.h b/driver/firm_opt.h index 16a8887..56fdbe6 100644 --- a/driver/firm_opt.h +++ b/driver/firm_opt.h @@ -104,7 +104,7 @@ void gen_firm_init(void); void disable_all_opts(void); /** called, after the Firm generation is completed. */ -void gen_firm_finish(FILE *out, const char *input_filename, int c_mode, int firm_const_exists); +void gen_firm_finish(FILE *out, const char *input_filename, int firm_const_exists); void gen_Firm_assembler(const char *input_filename);