Преглед на файлове

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

git-svn-id: trunk@4352 -
chrivers преди 19 години
родител
ревизия
d9eb4049e3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      compiler/symdef.pas

+ 1 - 0
compiler/symdef.pas

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