Browse Source

Added Interface implementation type specifier (var: iitype) to tobjectdef. Used for the implementation of "implements"-keyword

git-svn-id: trunk@4352 -
chrivers 19 years ago
parent
commit
d9eb4049e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/symdef.pas

+ 1 - 0
compiler/symdef.pas

@@ -247,6 +247,7 @@ interface
           objecttype : tobjectdeftype;
           objecttype : tobjectdeftype;
           iidguid: pguid;
           iidguid: pguid;
           iidstr: pstring;
           iidstr: pstring;
+          iitype: tinterfaceentrytype;
           lastvtableindex: longint;
           lastvtableindex: longint;
           { store implemented interfaces defs and name mappings }
           { store implemented interfaces defs and name mappings }
           implementedinterfaces: timplementedinterfaces;
           implementedinterfaces: timplementedinterfaces;