mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 15:42:52 +00:00
(is_end_of_line): Add three missing lines of 0 initializers.
This commit is contained in:
parent
ac743b2c9d
commit
0b5454486c
@ -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>
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user