diff options
Diffstat (limited to 'gas/config/tc-i960.c')
-rw-r--r-- | gas/config/tc-i960.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i960.c b/gas/config/tc-i960.c index d8c15c0..8c5be7b 100644 --- a/gas/config/tc-i960.c +++ b/gas/config/tc-i960.c @@ -180,9 +180,9 @@ const char comment_chars[] = "#"; /* Also note that comments started like this one will always work. */ -const char line_comment_chars[1]; +const char line_comment_chars[] = ""; -const char line_separator_chars[1]; +const char line_separator_chars[] = ";"; /* Chars that can be used to separate mant from exp in floating point nums */ const char EXP_CHARS[] = "eE"; |