diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-04-01 16:29:10 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-04-01 16:29:10 +0000 |
commit | 64251de5160ba405390422985f74154ad4b06e5c (patch) | |
tree | d36e44547158478dfdff8d32279898c556a1559e /gas/config | |
parent | 991747113e7671c36f6be80d1c167a344700456b (diff) | |
download | gdb-64251de5160ba405390422985f74154ad4b06e5c.zip gdb-64251de5160ba405390422985f74154ad4b06e5c.tar.gz gdb-64251de5160ba405390422985f74154ad4b06e5c.tar.bz2 |
Make # a line comment character
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-tic80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index bb7b527..9430512 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -33,7 +33,7 @@ const char comment_chars[] = ";"; /* Characters which start a comment at the beginning of a line. */ -const char line_comment_chars[] = ";*"; +const char line_comment_chars[] = ";*#"; /* Characters which may be used to separate multiple commands on a single line. The semicolon is such a character by default and should not be |