mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
(is_end_of_line): Add three missing lines of 0 initializers.
This commit is contained in:
@ -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. */
|
||||||
|
Reference in New Issue
Block a user