Browse Source

* mention that Java classes also have anonymous/formal external definitions

git-svn-id: branches/jvmbackend@18413 -
Jonas Maebe 14 years ago
parent
commit
b5f2b463b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/defcmp.pas

+ 1 - 1
compiler/defcmp.pas

@@ -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