* macrocmd.c (info_macro_command): Remove newline from error
message.
This commit is contained in:
parent
2f14585c74
commit
233282cd3e
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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…
Reference in a new issue