Commit 64c1652c by Zack Weinberg Committed by Zack Weinberg

vmsdbgout.c (vmsdbgout_finish): Rename parameter to main_input_filename to avoid…

vmsdbgout.c (vmsdbgout_finish): Rename parameter to main_input_filename to avoid conflict with input_filename macro.

	* vmsdbgout.c (vmsdbgout_finish): Rename parameter to
	main_input_filename to avoid conflict with input_filename macro.

From-SVN: r67990
parent dc4add82
2003-06-15 Zack Weinberg <zack@codesourcery.com>
* vmsdbgout.c (vmsdbgout_finish): Rename parameter to
main_input_filename to avoid conflict with input_filename macro.
2003-06-15 Neil Booth <neil@daikokuya.co.uk> 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
* config/mips/mips.h (asm_file_name, g_switch_set, * config/mips/mips.h (asm_file_name, g_switch_set,
......
...@@ -1725,14 +1725,14 @@ vmsdbgout_abstract_function (decl) ...@@ -1725,14 +1725,14 @@ vmsdbgout_abstract_function (decl)
VMS Debug debugging info. */ VMS Debug debugging info. */
static void static void
vmsdbgout_finish (input_filename) vmsdbgout_finish (main_input_filename)
const char *input_filename ATTRIBUTE_UNUSED; const char *main_input_filename ATTRIBUTE_UNUSED;
{ {
unsigned int i; unsigned int i;
int totsize; int totsize;
if (write_symbols == VMS_AND_DWARF2_DEBUG) if (write_symbols == VMS_AND_DWARF2_DEBUG)
(*dwarf2_debug_hooks.finish) (input_filename); (*dwarf2_debug_hooks.finish) (main_input_filename);
if (debug_info_level == DINFO_LEVEL_NONE) if (debug_info_level == DINFO_LEVEL_NONE)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment