From: Paul Eggert <eggert@twinsun.com>
* remote-bug.c (wait_strings): Avoid creating a trigraph.
This commit is contained in:
parent
05ccbdfdd2
commit
22ba28a51a
2 changed files with 15 additions and 1 deletions
|
@ -270,7 +270,7 @@ bug_resume (pid, step, sig)
|
|||
static char *wait_strings[] = {
|
||||
"At Breakpoint",
|
||||
"Exception: Data Access Fault (Local Bus Timeout)",
|
||||
"\r8???-Bug>",
|
||||
"\r8??\?-Bug>", /* The '\?' avoids creating a trigraph */
|
||||
"\r197-Bug>",
|
||||
NULL,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue