about summary refs log tree commit diff
path: root/Src/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/hashtable.c')
-rw-r--r--Src/hashtable.c2
1 files changed, 1 insertions, 1 deletions
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 */