mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Restore line_comment_chars after a SNAFU.
This commit is contained in:
@ -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>
|
2001-10-18 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* config/tc-arm.c (comment_chars): Remove semi-colon accidentally
|
* 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. */
|
/* Also note that comments like this one will always work. */
|
||||||
const char line_comment_chars[] = "#";
|
const char line_comment_chars[] = "#";
|
||||||
|
|
||||||
const char line_separator_chars[] = "|";
|
const char line_separator_chars[] = ";";
|
||||||
|
|
||||||
/* Chars that can be used to separate mant
|
/* Chars that can be used to separate mant
|
||||||
from exp in floating point numbers. */
|
from exp in floating point numbers. */
|
||||||
|
Reference in New Issue
Block a user