mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 21:18:50 +02:00
* changed types of values used for constant expression evaluation to
tconstexprint
This commit is contained in:
parent
5ffc4f7e24
commit
cab4cdb15d
@ -93,7 +93,7 @@ implementation
|
|||||||
t,hp : tnode;
|
t,hp : tnode;
|
||||||
ot,
|
ot,
|
||||||
lt,rt : tnodetype;
|
lt,rt : tnodetype;
|
||||||
rv,lv : longint;
|
rv,lv : tconstexprint;
|
||||||
rvd,lvd : bestreal;
|
rvd,lvd : bestreal;
|
||||||
resdef,
|
resdef,
|
||||||
rd,ld : pdef;
|
rd,ld : pdef;
|
||||||
@ -1237,7 +1237,11 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.16 2000-11-13 11:30:55 florian
|
Revision 1.17 2000-11-20 15:30:42 jonas
|
||||||
|
* changed types of values used for constant expression evaluation to
|
||||||
|
tconstexprint
|
||||||
|
|
||||||
|
Revision 1.16 2000/11/13 11:30:55 florian
|
||||||
* some bugs with interfaces and NIL fixed
|
* some bugs with interfaces and NIL fixed
|
||||||
|
|
||||||
Revision 1.15 2000/11/04 14:25:20 florian
|
Revision 1.15 2000/11/04 14:25:20 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user