* same fix for objects and classes

This commit is contained in:
peter 2001-02-20 18:35:35 +00:00
parent 69705d29e9
commit b7fcca05f8

View File

@ -163,7 +163,7 @@ implementation
{ this is needed for Delphi mode at least
but should be OK for all modes !! (PM) }
ignore_equal:=true;
if is_record then
if is_record or is_object then
begin
{ for records, don't search the recordsymtable for
the symbols of the types }
@ -538,7 +538,10 @@ implementation
end.
{
$Log$
Revision 1.7 2001-02-20 11:19:45 marco
Revision 1.8 2001-02-20 18:35:35 peter
* same fix for objects and classes
Revision 1.7 2001/02/20 11:19:45 marco
* Fix passing tvarrec to array of const
Revision 1.6 2000/12/25 00:07:27 peter