mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 23:09:38 +02:00
* made internalerror unique
git-svn-id: branches/objc@13683 -
This commit is contained in:
parent
e393446769
commit
e0b7e8aa55
@ -73,7 +73,7 @@ implementation
|
||||
begin
|
||||
{ only valid for Objective-C classes }
|
||||
if not is_objcclass(def) then
|
||||
internalerror(2009032903);
|
||||
internalerror(2009032904);
|
||||
block:=internalstatements(statements);
|
||||
para:=ccallparanode.create(cloadvmtaddrnode.create(ctypenode.create(def)),nil);
|
||||
addstatement(statements,ccallnode.createinternfromunit('OBJC1','CLASS_GETSUPERCLASS',para));
|
||||
|
Loading…
Reference in New Issue
Block a user