forked from Imagelibrary/binutils-gdb
* app.c (do_scrub_next_char): Always accept \v. Don't make it
conditional on BACKSLASH_V. * read.c (next_char_of_string): Likewise. * config/obj-bout.h (BACKSLASH_V): Don't define. * config/tc-mips.h (BACKSLASH_V): Don't define. PR 5604.
This commit is contained in:
@@ -2384,11 +2384,9 @@ next_char_of_string ()
|
||||
c = '\t';
|
||||
break;
|
||||
|
||||
#ifdef BACKSLASH_V
|
||||
case 'v':
|
||||
c = '\013';
|
||||
break;
|
||||
#endif
|
||||
|
||||
case '\\':
|
||||
case '"':
|
||||
|
||||
Reference in New Issue
Block a user