diff options
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 158661d..d0f4abe 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -209,7 +209,8 @@ const struct gcc_debug_hooks vmsdbg_debug_hooks vmsdbgout_abstract_function, debug_nothing_rtx, /* label */ debug_nothing_int, /* handle_pch */ - debug_nothing_rtx /* var_location */ + debug_nothing_rtx, /* var_location */ + 0 /* start_end_main_source_file */ }; /* Definitions of defaults for assembler-dependent names of various |