From 6be977fb5715f51a75aa0b104468614696a87255 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 7 Jul 1995 20:10:27 +0000 Subject: * 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. --- gas/config/obj-bout.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gas/config/obj-bout.h') diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index 936ab89..959ab94 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -62,9 +62,6 @@ #include "targ-cpu.h" -/* We want \v. */ -#define BACKSLASH_V 1 - #define OBJ_DEFAULT_OUTPUT_FILE_NAME "b.out" extern const short seg_N_TYPE[]; -- cgit v1.1