mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 01:50:26 +02:00
* fixed range error
This commit is contained in:
parent
b3086d3122
commit
3c33590a80
@ -275,7 +275,7 @@ implementation
|
||||
htype : ttype;
|
||||
constset : Pconstset;
|
||||
constsetlo,
|
||||
constsethi : longint;
|
||||
constsethi : TConstExprInt;
|
||||
|
||||
procedure update_constsethi(t:ttype);
|
||||
begin
|
||||
@ -2388,7 +2388,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.130 2003-11-04 22:30:15 florian
|
||||
Revision 1.131 2003-11-22 00:31:52 jonas
|
||||
* fixed range error
|
||||
|
||||
Revision 1.130 2003/11/04 22:30:15 florian
|
||||
+ type cast variant<->enum
|
||||
* cnv. node second pass uses now as well helper wrappers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user