mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 03:42:33 +02:00
* fixed low/high for record.field
This commit is contained in:
parent
274bce92b8
commit
3d81537289
@ -764,7 +764,7 @@ implementation
|
||||
end;
|
||||
in_low_x,in_high_x:
|
||||
begin
|
||||
if p^.left^.treetype in [typen,loadn] then
|
||||
if p^.left^.treetype in [typen,loadn,subscriptn] then
|
||||
begin
|
||||
case p^.left^.resulttype^.deftype of
|
||||
orddef,enumdef:
|
||||
@ -862,7 +862,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 1998-11-13 10:15:52 peter
|
||||
Revision 1.8 1998-11-14 10:51:33 peter
|
||||
* fixed low/high for record.field
|
||||
|
||||
Revision 1.7 1998/11/13 10:15:52 peter
|
||||
* fixed ptr() with constants
|
||||
|
||||
Revision 1.6 1998/11/05 12:03:05 peter
|
||||
|
Loading…
Reference in New Issue
Block a user