diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-09 00:00:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-09 00:00:04 +0000 |
commit | 63a0b638d4552518d5657938ae13032f95b1c7c3 (patch) | |
tree | ce40bbc1e6410df6c6f91fb84acd87beefeb7257 /gas/app.c | |
parent | 9bab93495ab3f23df75d48b1a447361731faac5e (diff) | |
download | binutils-63a0b638d4552518d5657938ae13032f95b1c7c3.tar.gz binutils-63a0b638d4552518d5657938ae13032f95b1c7c3.tar.bz2 binutils-63a0b638d4552518d5657938ae13032f95b1c7c3.zip |
Don't treat `;' as a line separator by default.
Explicitly mention `;' in line_separator_chars in each backend.
Diffstat (limited to 'gas/app.c')
-rw-r--r-- | gas/app.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/app.c b/gas/app.c index 1b2243ab728..09c795cd282 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 |