mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 16:28:24 +02:00
* Handle forward external objcclass
This commit is contained in:
parent
b7c00a2116
commit
5b1574bd63
@ -7456,6 +7456,9 @@ begin
|
||||
begin
|
||||
Result:=True;
|
||||
NextToken;
|
||||
// Forward external declaration ?
|
||||
if CurToken=tkSemicolon then
|
||||
exit;
|
||||
if CurToken<>tkString then
|
||||
UnGetToken
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user