Restore line_comment_chars after a SNAFU.

This commit is contained in:
Nick Clifton 2001-10-19 10:53:19 +00:00
parent 7595d19387
commit da89cce1af
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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. */