diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-04-27 19:16:06 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-04-27 19:16:06 +0000 |
commit | 5903b878bca4698a1f3bfa4d7fcafe396be4012f (patch) | |
tree | 0a53f7a8c11bed1e7c847142cb920c8cdf5a08c1 /compiler/defcmp.pas | |
parent | 6e5d25f14f7fdf942ef19750c44ead30adb273b1 (diff) | |
download | fpc-jvmbackend.tar.gz |
* leave jvmbackend branch in a proper state (fixes from trunk merge)jvmbackend
--- Merging r21075 through r21076 into '.':
U Makefile.fpc
U compiler/symdef.pas
U compiler/defcmp.pas
U Makefile
--- Merging r21078 into '.':
U compiler/cfileutl.pas
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/jvmbackend@21083 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/defcmp.pas')
-rw-r--r-- | compiler/defcmp.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/defcmp.pas b/compiler/defcmp.pas index cb17f59d1a..2034171305 100644 --- a/compiler/defcmp.pas +++ b/compiler/defcmp.pas @@ -764,7 +764,7 @@ implementation begin { ugly, but delphi allows it } if (cdo_explicit in cdoptions) and - is_class_or_interface_or_objc_or_java(def_from) then + is_class_or_interface_or_dispinterface_or_objc_or_java(def_from) then begin { in Java enums /are/ class instances, and hence such typecasts must not be treated as integer-like |