* macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
	fputs_filtered.  Append trailing newline.
This commit is contained in:
Jan Kratochvil 2013-01-11 21:34:29 +00:00
parent 464e3686c0
commit daefa85476
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
* macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
fputs_filtered. Append trailing newline.
2013-01-11 Yao Qi <yao@codesourcery.com>
Stan Shebs <stan@codesourcery.com>

View File

@ -49,9 +49,7 @@ macro_command (char *arg, int from_tty)
/* Prints an informational message regarding the lack of macro information. */
static void macro_inform_no_debuginfo()
{
fputs_filtered ("GDB has no preprocessor macro information for "
"that code.",
gdb_stdout);
puts_filtered ("GDB has no preprocessor macro information for that code.\n");
}
static void