mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 05:27:33 +01:00
* don't insert vmt for objcprotocols either
git-svn-id: branches/objc@13639 -
This commit is contained in:
parent
970fc43aa5
commit
1f1396596e
@ -4114,7 +4114,7 @@ implementation
|
|||||||
var
|
var
|
||||||
vs: tfieldvarsym;
|
vs: tfieldvarsym;
|
||||||
begin
|
begin
|
||||||
if objecttype in [odt_interfacecom,odt_interfacecorba,odt_dispinterface,odt_objcclass] then
|
if objecttype in [odt_interfacecom,odt_interfacecorba,odt_dispinterface,odt_objcclass,odt_objcprotocol] then
|
||||||
exit;
|
exit;
|
||||||
if (oo_has_vmt in objectoptions) then
|
if (oo_has_vmt in objectoptions) then
|
||||||
internalerror(12345)
|
internalerror(12345)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user