Supply all initializers for the final struct reswd element.

This commit is contained in:
Wayne Davison 2004-05-28 19:07:13 +00:00
parent 88013bb195
commit 059162c442
1 changed files with 1 additions and 1 deletions

View File

@ -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 */