diff options
Diffstat (limited to 'gdb/macroscope.c')
-rw-r--r-- | gdb/macroscope.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/macroscope.c b/gdb/macroscope.c index 23d2e50..d0a8623 100644 --- a/gdb/macroscope.c +++ b/gdb/macroscope.c @@ -76,8 +76,7 @@ sal_macro_scope (struct symtab_and_line sal) ms->file = main_file; ms->line = -1; - complaint (&symfile_complaints, - _("symtab found for `%s', but that file\n" + complaint (_("symtab found for `%s', but that file\n" "is not covered in the compilation unit's macro information"), symtab_to_filename_for_display (sal.symtab)); } |