These changes clean things up a bit, and improve Solaris cross
[deliverable/binutils-gdb.git] / gas / config / tc-m88k.c
index 67edb55963393d93c4ece72f6dd625e6987e13d7..e560d8e1659afd5a20de2050cc19894899af7c7c 100644 (file)
@@ -148,18 +148,20 @@ long omagic = OMAGIC;
 
 /* These chars start a comment anywhere in a source file (except inside
    another comment */
-char comment_chars[] = ";";
+const char comment_chars[] = ";";
 
 /* These chars only start a comment at the beginning of a line. */
-char line_comment_chars[] = "#";
+const char line_comment_chars[] = "#";
+
+const char line_separator_chars[] = "";
 
 /* Chars that can be used to separate mant from exp in floating point nums */
-char EXP_CHARS[] = "eE";
+const char EXP_CHARS[] = "eE";
 
 /* Chars that mean this number is a floating point constant */
 /* as in 0f123.456 */
 /* or    0H1.234E-12 (see exp chars above) */
-char FLT_CHARS[] = "dDfF";
+const char FLT_CHARS[] = "dDfF";
 
 extern void float_cons (), cons (), s_globl (), s_line (),
   s_space (), s_set (), stringer (), s_lcomm ();
This page took 0.023954 seconds and 4 git commands to generate.