diff options
Diffstat (limited to 'gas/config/tc-z8k.c')
-rw-r--r-- | gas/config/tc-z8k.c | 9 |
1 files changed, 3 insertions, 6 deletions
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 <ctype.h> -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; |