Recognize enum type specifiers as such.

They were erroneously triggering the "type specifier missing" lint warning.
This commit is contained in:
Stephen Heumann 2020-01-29 21:15:33 -06:00
parent 5210723868
commit a4abc5e421

View File

@ -3010,6 +3010,7 @@ while token.kind in allowedTokens do begin
end; {else}
end; {if}
1: mySkipDeclarator := token.kind = semicolonch;
myTypeSpec := wordPtr;
typeDone := true;
end;