mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 10:42:44 +02:00
* fixed case statements with int64 values
This commit is contained in:
parent
d3a8cc7fc8
commit
595bf10fa7
@ -142,7 +142,7 @@ implementation
|
|||||||
{ the typ of the case expression }
|
{ the typ of the case expression }
|
||||||
casedef : pdef;
|
casedef : pdef;
|
||||||
|
|
||||||
procedure newcaselabel(l,h : longint;first:boolean);
|
procedure newcaselabel(l,h : TConstExprInt;first:boolean);
|
||||||
|
|
||||||
var
|
var
|
||||||
hcaselabel : pcaserecord;
|
hcaselabel : pcaserecord;
|
||||||
@ -1259,7 +1259,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.16 2000-11-29 00:30:37 florian
|
Revision 1.17 2000-12-16 22:45:55 jonas
|
||||||
|
* fixed case statements with int64 values
|
||||||
|
|
||||||
|
Revision 1.16 2000/11/29 00:30:37 florian
|
||||||
* unused units removed from uses clause
|
* unused units removed from uses clause
|
||||||
* some changes for widestrings
|
* some changes for widestrings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user