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