diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-19 10:53:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-19 10:53:19 +0000 |
commit | da89cce1af92fe49e4c85eeb478aa8ab6d8d41ce (patch) | |
tree | 91359fec6659a8031921d3267c84f76903f1453c /gas/config/tc-arm.c | |
parent | 7595d193878d5dc1bab0bdc9440c16392377680b (diff) | |
download | gdb-da89cce1af92fe49e4c85eeb478aa8ab6d8d41ce.zip gdb-da89cce1af92fe49e4c85eeb478aa8ab6d8d41ce.tar.gz gdb-da89cce1af92fe49e4c85eeb478aa8ab6d8d41ce.tar.bz2 |
Restore line_comment_chars after a SNAFU.
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index c674995..c9bb6e0 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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. */ |