Restore line_comment_chars after a SNAFU.
authorNick Clifton <nickc@redhat.com>
Fri, 19 Oct 2001 10:53:19 +0000 (10:53 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 19 Oct 2001 10:53:19 +0000 (10:53 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index b3b081e051828b785910ae461cfe95b4837c9432..3f1c03cc865f05c3e3fefc36f3b979a9d55be790 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c: Restore line_comment_chars.
+
 2001-10-18  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * config/tc-arm.c (comment_chars): Remove semi-colon accidentally
index c6749958e4ee334871f5aec53b98e02fb87acbcf..c9bb6e0cb7fa254a75463f76e3a6fc32a55e3a8c 100644 (file)
@@ -128,7 +128,7 @@ const char comment_chars[] = "@";
 /* Also note that comments like this one will always work.  */
 const char line_comment_chars[] = "#";
 
-const char line_separator_chars[] = "|";
+const char line_separator_chars[] = ";";
 
 /* Chars that can be used to separate mant
    from exp in floating point numbers.  */
This page took 0.033016 seconds and 4 git commands to generate.