Browse Source

* macrocmd.c (info_macro_command): Remove newline from error

message.
drow-cplus-branch
Jim Blandy 24 years ago
parent
commit
233282cd3e
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/macrocmd.c

5
gdb/ChangeLog

@ -1,3 +1,8 @@
2002-07-17 Jim Blandy <jimb@redhat.com>
* macrocmd.c (info_macro_command): Remove newline from error
message.
Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh-tdep.c (sh_dsp_register_sim_regno): New function.

2
gdb/macrocmd.c

@ -148,7 +148,7 @@ info_macro_command (char *name, int from_tty)
ms = default_macro_scope ();
if (! ms)
error ("GDB has no preprocessor macro information for that code.\n");
error ("GDB has no preprocessor macro information for that code.");
d = macro_lookup_definition (ms->file, ms->line, name);
if (d)

Loading…
Cancel
Save