From 0b5454486cd4b2e34f4ac7eb51092ef55fa97b07 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 4 Jun 2000 05:03:31 +0000 Subject: [PATCH] (is_end_of_line): Add three missing lines of 0 initializers. --- gas/ChangeLog | 3 ++- gas/read.c | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 6012ddcbae..8153b549b1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,7 @@ 2000-06-04 Alan Modra - * 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 diff --git a/gas/read.c b/gas/read.c index 4081afeb4d..7d6f19a2f8 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. */ -- 2.34.1