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/config/tc-z8k.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'gas/config/tc-z8k.c') diff --git a/gas/config/tc-z8k.c b/gas/config/tc-z8k.c index f89b14b..323cbcf 100644 --- a/gas/config/tc-z8k.c +++ b/gas/config/tc-z8k.c @@ -31,12 +31,9 @@ #include "bfd.h" #include -const char comment_chars[] = -{'!', 0}; -const char line_separator_chars[] = -{';', 0}; -const char line_comment_chars[] = -{'#', 0}; +const char comment_chars[] = "!"; +const char line_comment_chars[] = "#"; +const char line_separator_chars[] = ";"; extern int machine; extern int coff_flags; -- cgit v1.1