git-svn-id: trunk@11650 -
@@ -269,6 +269,7 @@ type
ObjKind: TPasObjKind;
AncestorType: TPasType; // TPasClassType or TPasUnresolvedTypeRef
IsPacked: Boolean; // 12/04/04 - Dave - Added
+ IsForward : Boolean;
Members: TList; // array of TPasElement objects
InterfaceGUID : string; // 15/06/07 - Inoussa
end;
@@ -2106,7 +2106,9 @@ begin
// !!!: Store interface name
NextToken;
- end;
+ end
+ else
+ TPasClassType(Result).isForward:=CurToken=tkSemicolon;
if CurToken <> tkSemicolon then
begin