From 63a0b638d4552518d5657938ae13032f95b1c7c3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 9 Jun 2000 00:00:04 +0000 Subject: Don't treat `;' as a line separator by default. Explicitly mention `;' in line_separator_chars in each backend. --- gas/app.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gas/app.c') diff --git a/gas/app.c b/gas/app.c index 1b2243ab72..09c795cd28 100644 --- a/gas/app.c +++ b/gas/app.c @@ -101,7 +101,6 @@ do_scrub_begin (m68k_mri) lex['\t'] = LEX_IS_WHITESPACE; lex['\r'] = LEX_IS_WHITESPACE; lex['\n'] = LEX_IS_NEWLINE; - lex[';'] = LEX_IS_LINE_SEPARATOR; lex[':'] = LEX_IS_COLON; #ifdef TC_M68K -- cgit v1.2.3