mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 06:40:05 +02:00
* fixed too long ie number
This commit is contained in:
parent
bf56f75425
commit
b4159755d2
@ -331,7 +331,7 @@ interface
|
|||||||
falselabel:=ofl;
|
falselabel:=ofl;
|
||||||
end
|
end
|
||||||
else if right.location.loc=LOC_JUMP then
|
else if right.location.loc=LOC_JUMP then
|
||||||
internalerror(20031122902);
|
internalerror(200312292);
|
||||||
|
|
||||||
cmpop := nodetype in [ltn,lten,gtn,gten,equaln,unequaln];
|
cmpop := nodetype in [ltn,lten,gtn,gten,equaln,unequaln];
|
||||||
|
|
||||||
@ -1494,7 +1494,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.41 2003-12-29 11:35:19 jonas
|
Revision 1.42 2004-01-06 21:37:41 peter
|
||||||
|
* fixed too long ie number
|
||||||
|
|
||||||
|
Revision 1.41 2003/12/29 11:35:19 jonas
|
||||||
* hopefully fixed tb0454
|
* hopefully fixed tb0454
|
||||||
|
|
||||||
Revision 1.40 2003/12/09 20:39:43 jonas
|
Revision 1.40 2003/12/09 20:39:43 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user