}
/* Write the object file */
- yasm_objfmt_output(cur_objfmt, obj?obj:stderr, obj_filename,
+ yasm_objfmt_output(cur_objfmt, obj?obj:stderr,
strcmp(cur_dbgfmt_module->keyword, "null"), cur_dbgfmt);
/* Close object file */
#define yasm_objfmt_create(module, object, a) module->create(object, a)
-#define yasm_objfmt_output(objfmt, f, obj_fn, all_syms, df) \
+#define yasm_objfmt_output(objfmt, f, all_syms, df) \
((yasm_objfmt_base *)objfmt)->module->output(objfmt, f, all_syms, df)
#define yasm_objfmt_destroy(objfmt) \
((yasm_objfmt_base *)objfmt)->module->destroy(objfmt)