(is_end_of_line): Add three missing lines of 0 initializers.

This commit is contained in:
Alan Modra 2000-06-04 05:03:31 +00:00
parent ac743b2c9d
commit 0b5454486c
2 changed files with 5 additions and 1 deletions

View 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>

View 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. */