Update config.mak.example: No more libcore and liblpp.
[cparser] / driver / firm_opt.h
index 16a8887..56fdbe6 100644 (file)
@@ -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);