Commit 9edb422c authored by zack's avatar zack
Browse files

* vmsdbgout.c (vmsdbgout_finish): Rename parameter to

	main_input_filename to avoid conflict with input_filename macro.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67990 138bc75d-0d04-0410-961f-82ee72b054a4
parent 124cc364
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,
......
......@@ -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;
......
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