* config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
code depends upon it.
This commit is contained in:
parent
a3cf92e5b2
commit
1f264bd5a5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ const char line_comment_chars[] = "#";
|
|||
|
||||
/* We needed an unused char for line separation to work around the
|
||||
lack of macros, using sed and such. */
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue