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
This commit is contained in:
Zack Weinberg 2003-06-15 23:36:37 +00:00 committed by Zack Weinberg
parent dc4add82a5
commit 64c1652c22
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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>
* config/mips/mips.h (asm_file_name, g_switch_set,

View File

@ -1725,14 +1725,14 @@ vmsdbgout_abstract_function (decl)
VMS Debug debugging info. */
static void
vmsdbgout_finish (input_filename)
const char *input_filename ATTRIBUTE_UNUSED;
vmsdbgout_finish (main_input_filename)
const char *main_input_filename ATTRIBUTE_UNUSED;
{
unsigned int i;
int totsize;
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)
return;