mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 09:24:50 +08:00
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:
parent
dc4add82a5
commit
64c1652c22
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user