mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-05 02:07:22 +00:00
Recognize enum type specifiers as such.
They were erroneously triggering the "type specifier missing" lint warning.
This commit is contained in:
parent
5210723868
commit
a4abc5e421
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user