Make ! a comment character

This commit is contained in:
Michael Meissner 1996-05-30 19:22:16 +00:00
parent 551f3fbb29
commit d0e1c80348
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* config/tc-ppc.c (comment_chars): Make '!' a comment character
for Solaris compatibility.
* stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
.stabd with 4 arguments into a .stabn.

View file

@ -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[] = "#";