Pārlūkot izejas kodu

* Handle forward external objcclass

Michaël Van Canneyt 2 gadi atpakaļ
vecāks
revīzija
5b1574bd63
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      packages/fcl-passrc/src/pparser.pp

+ 3 - 0
packages/fcl-passrc/src/pparser.pp

@@ -7456,6 +7456,9 @@ begin
     begin
     Result:=True;
     NextToken;
+    // Forward external declaration ?
+    if CurToken=tkSemicolon then
+      exit;
     if CurToken<>tkString then
       UnGetToken
     else