From 059162c44294cc5eaf9d1927a0ffc4370a47d255 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 28 May 2004 19:07:13 +0000 Subject: Supply all initializers for the final struct reswd element. --- Src/hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/hashtable.c') diff --git a/Src/hashtable.c b/Src/hashtable.c index 8b310c516..a47530f42 100644 --- a/Src/hashtable.c +++ b/Src/hashtable.c @@ -946,7 +946,7 @@ static struct reswd reswds[] = { {NULL, "time", 0, TIME}, {NULL, "until", 0, UNTIL}, {NULL, "while", 0, WHILE}, - {NULL, NULL} + {NULL, NULL, 0, 0} }; /* hash table containing the reserved words */ -- cgit 1.4.1