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