diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-05-30 19:22:16 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-05-30 19:22:16 +0000 |
commit | d0e1c80348c854c6c988700a1e885fd0a679732c (patch) | |
tree | 50551649ccda4a31369540ece048a8311b98eb0a /gas/config | |
parent | 551f3fbb29fab346000ab7ea242785265ac7d5cf (diff) | |
download | gdb-d0e1c80348c854c6c988700a1e885fd0a679732c.zip gdb-d0e1c80348c854c6c988700a1e885fd0a679732c.tar.gz gdb-d0e1c80348c854c6c988700a1e885fd0a679732c.tar.bz2 |
Make ! a comment character
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index ceecd23..e1f3dce 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -108,7 +108,7 @@ static void ppc_pe_tocd PARAMS ((int)); targets. */ /* Characters which always start a comment. */ -const char comment_chars[] = "#"; +const char comment_chars[] = "#!"; /* Characters which start a comment at the beginning of a line. */ const char line_comment_chars[] = "#"; |