mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
* mention that Java classes also have anonymous/formal external definitions
git-svn-id: branches/jvmbackend@18413 -
This commit is contained in:
parent
14e4f3459c
commit
b5f2b463b8
@ -1264,7 +1264,7 @@ implementation
|
|||||||
|
|
||||||
objectdef :
|
objectdef :
|
||||||
begin
|
begin
|
||||||
{ Objective-C classes (handle anonymous externals) }
|
{ Objective-C/Java classes (handle anonymous externals) }
|
||||||
if (def_from.typ=objectdef) and
|
if (def_from.typ=objectdef) and
|
||||||
(find_real_class_definition(tobjectdef(def_from),false) =
|
(find_real_class_definition(tobjectdef(def_from),false) =
|
||||||
find_real_class_definition(tobjectdef(def_to),false)) then
|
find_real_class_definition(tobjectdef(def_to),false)) then
|
||||||
|
Loading…
Reference in New Issue
Block a user