* cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate

unescaped newlines in string literals, but newer ones don't.  So
escape them.
This commit is contained in:
Jim Blandy 2002-03-29 23:34:43 +00:00
parent f00ef9ead4
commit 9eb6e5a1a5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-03-29 Jim Blandy <jimb@redhat.com>
* cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
unescaped newlines in string literals, but newer ones don't. So
escape them.
2002-03-26 Michael Snyder <msnyder@redhat.com>
Andrew Cagney <cagney@redhat.com>

View File

@ -816,7 +816,7 @@ to the specified FILE in raw target ordered bytes.",
"Restore the contents of FILE to target memory.\n\
Arguments are FILE OFFSET START END where all except FILE are optional.\n\
OFFSET will be added to the base address of the file (default zero).\n\
If START and END are given, only the file contents within that range
If START and END are given, only the file contents within that range\n\
(file relative) will be restored to target memory.");
c->completer = filename_completer;
/* FIXME: completers for other commands. */