From 0b5454486cd4b2e34f4ac7eb51092ef55fa97b07 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 4 Jun 2000 05:03:31 +0000 Subject: (is_end_of_line): Add three missing lines of 0 initializers. --- gas/read.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/read.c') diff --git a/gas/read.c b/gas/read.c index 4081afe..7d6f19a 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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. */ -- cgit v1.1