import gdb-1999-08-02 snapshot

This commit is contained in:
Jason Molenda
1999-08-02 23:48:37 +00:00
parent 30727aa6d1
commit a0b3c4fd32
88 changed files with 3213 additions and 630 deletions

View File

@@ -634,9 +634,8 @@ command_line_handler (rl)
free (rl); /* Allocated in readline. */
if (p == linebuffer || *(p - 1) == '\\')
if (*(p - 1) == '\\')
{
/* We come here also if the line entered is empty (just a 'return') */
p--; /* Put on top of '\'. */
if (*p == '\\')