mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
Supply all initializers for the final struct reswd element.
This commit is contained in:
parent
88013bb195
commit
059162c442
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user