mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Restore line_comment_chars after a SNAFU.
This commit is contained in:
parent
7595d19387
commit
da89cce1af
@ -1,3 +1,7 @@
|
||||
2001-10-19 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* config/tc-arm.c: Restore line_comment_chars.
|
||||
|
||||
2001-10-18 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* config/tc-arm.c (comment_chars): Remove semi-colon accidentally
|
||||
|
@ -128,7 +128,7 @@ const char 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 numbers. */
|
||||
|
Loading…
Reference in New Issue
Block a user