add id as a type

This commit is contained in:
Bill Currie 2002-05-09 06:37:40 +00:00
parent 961d84e569
commit f4fee3d7b2

View file

@ -242,6 +242,7 @@ static keyword_t keywords[] = {
{"quaternion", TYPE, &type_quaternion, 0, PROG_VERSION},
{"integer", TYPE, &type_integer, 0, PROG_VERSION},
{"function", TYPE, &type_function, 0, PROG_VERSION},
{"id", TYPE, &type_id, 0, PROG_VERSION},
{"local", LOCAL, 0, 1, PROG_ID_VERSION},
{"return", RETURN, 0, 1, PROG_ID_VERSION},
{"while", WHILE, 0, 1, PROG_ID_VERSION},