diff options
Diffstat (limited to 'gas/config/tc-m68k.c')
-rw-r--r-- | gas/config/tc-m68k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index b8250ec..da78310 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -50,7 +50,7 @@ const char *m68k_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"; |