(is_end_of_line): Add three missing lines of 0 initializers.
This commit is contained in:
parent
ac743b2c9d
commit
0b5454486c
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
2000-06-04 Alan Modra <alan@linuxcare.com.au>
|
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>
|
2000-06-03 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -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, /* */
|
||||||
|
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. */
|
/* Functions private to this file. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue