aboutsummaryrefslogtreecommitdiff
path: root/gdb/macrotab.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/macrotab.c')
-rw-r--r--gdb/macrotab.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/macrotab.c b/gdb/macrotab.c
index 3bf7a56..4a6aacd 100644
--- a/gdb/macrotab.c
+++ b/gdb/macrotab.c
@@ -470,8 +470,8 @@ macro_include (struct macro_source_file *source,
First, squawk. */
complaint (&symfile_complaints,
- _("both `%s' and `%s' allegedly #included at %s:%d"), included,
- (*link)->filename, source->filename, line);
+ _("both `%s' and `%s' allegedly #included at %s:%d"),
+ included, (*link)->filename, source->filename, line);
/* Now, choose a new, unoccupied line number for this
#inclusion, after the alleged #inclusion line. */
@@ -729,7 +729,8 @@ check_for_redefinition (struct macro_source_file *source, int line,
if (! same)
{
complaint (&symfile_complaints,
- _("macro `%s' redefined at %s:%d; original definition at %s:%d"),
+ _("macro `%s' redefined at %s:%d; "
+ "original definition at %s:%d"),
name, source->filename, line,
found_key->start_file->filename, found_key->start_line);
}