From 64251de5160ba405390422985f74154ad4b06e5c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 1 Apr 1997 16:29:10 +0000 Subject: Make # a line comment character --- gas/config/tc-tic80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') 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 -- cgit v1.1