diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-04 05:03:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-04 05:03:31 +0000 |
commit | 0b5454486cd4b2e34f4ac7eb51092ef55fa97b07 (patch) | |
tree | f487d6333180a209b379b83016cc7ec142eadd99 /gas/read.c | |
parent | ac743b2c9daca8fb059552fa7416ab58052c78b8 (diff) | |
download | gdb-0b5454486cd4b2e34f4ac7eb51092ef55fa97b07.zip gdb-0b5454486cd4b2e34f4ac7eb51092ef55fa97b07.tar.gz gdb-0b5454486cd4b2e34f4ac7eb51092ef55fa97b07.tar.bz2 |
(is_end_of_line): Add three missing lines of 0 initializers.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. */ |