diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-03 13:03:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-03 13:03:48 +0000 |
commit | 406a7f05f4c15ff9139c25ec0b4f8050d3113e5f (patch) | |
tree | 4a3e0d5ca84b9ba812592f9ac0132562fd6109c3 /gas/config | |
parent | d3d5c686819c0535974070bc64458e263c3d82f1 (diff) | |
download | gdb-406a7f05f4c15ff9139c25ec0b4f8050d3113e5f.zip gdb-406a7f05f4c15ff9139c25ec0b4f8050d3113e5f.tar.gz gdb-406a7f05f4c15ff9139c25ec0b4f8050d3113e5f.tar.bz2 |
(line_comment_chars): Include the # character as otherwise this breaks
#APP/#NO_APP processing.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-iq2000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index c56df07..1131909 100644 --- a/gas/config/tc-iq2000.c +++ b/gas/config/tc-iq2000.c @@ -55,7 +55,7 @@ typedef struct iq2000_insn; const char comment_chars[] = "#"; -const char line_comment_chars[] = ""; +const char line_comment_chars[] = "#"; const char line_separator_chars[] = ";"; const char EXP_CHARS[] = "eE"; const char FLT_CHARS[] = "dD"; |