(is_end_of_line): Add three missing lines of 0 initializers.
authorAlan Modra <amodra@gmail.com>
Sun, 4 Jun 2000 05:03:31 +0000 (05:03 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 4 Jun 2000 05:03:31 +0000 (05:03 +0000)
gas/ChangeLog
gas/read.c

index 6012ddcbae78eb32f235704f9cba1b66f769ac54..8153b549b16f9c262f361e90f0dc63f30074a534 100644 (file)
@@ -1,6 +1,7 @@
 2000-06-04  Alan Modra  <alan@linuxcare.com.au>
 
-       * read.c (is_end_of_line): No ';' for TC_HPPA.
+       * read.c (is_end_of_line): No ';' for TC_HPPA.  Add missing
+       initializers too.
 
 2000-06-03  H.J. Lu  <hjl@gnu.org>
 
index 4081afeb4d3752ed3413796bea52ac989248e612..7d6f19a2f89ac8d9f6d6b0b1355e3b491ea7f251 100644 (file)
@@ -169,6 +169,9 @@ char is_end_of_line[256] =
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,      /* */
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,      /* */
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,      /* */
+  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,      /* */
+  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,      /* */
+  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0       /* */
 };
 
 /* Functions private to this file. */