2
0
Эх сурвалжийг харах

* check hints at end of class.

git-svn-id: trunk@15703 -
marco 15 жил өмнө
parent
commit
bea7ff9971

+ 2 - 1
packages/fcl-passrc/src/pparser.pp

@@ -3259,7 +3259,8 @@ begin
         NextToken;
       end;
       // Eat semicolon after class...end
-      ExpectToken(tkSemicolon);
+      CheckHint(result,true);
+//      ExpectToken(tkSemicolon);
     end;
   except
     Result.Free;