(symbols): Add entry for HYPER.

This commit is contained in:
Ulrich Drepper 2001-04-04 17:26:50 +00:00
parent d92643e24d
commit ce64ae6baa

View File

@ -440,6 +440,7 @@ static const token symbols[] =
{TOK_UNSIGNED, "unsigned"},
{TOK_SHORT, "short"},
{TOK_LONG, "long"},
{TOK_HYPER, "hyper"},
{TOK_FLOAT, "float"},
{TOK_DOUBLE, "double"},
{TOK_STRING, "string"},