about summary refs log tree commit diff
path: root/Src/hashtable.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2004-05-28 19:07:13 +0000
committerWayne Davison <wayned@users.sourceforge.net>2004-05-28 19:07:13 +0000
commit059162c44294cc5eaf9d1927a0ffc4370a47d255 (patch)
tree566c2a2a82165d2f4bdb567ab819f9eccdbf6124 /Src/hashtable.c
parent88013bb1950b4ab0cfaf45a90931b0013ffb1b6b (diff)
downloadzsh-059162c44294cc5eaf9d1927a0ffc4370a47d255.tar.gz
zsh-059162c44294cc5eaf9d1927a0ffc4370a47d255.tar.xz
zsh-059162c44294cc5eaf9d1927a0ffc4370a47d255.zip
Supply all initializers for the final struct reswd element.
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 */