mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 05:59:34 +02:00
* fixed too long ie number
This commit is contained in:
parent
bf56f75425
commit
b4159755d2
@ -331,7 +331,7 @@ interface
|
||||
falselabel:=ofl;
|
||||
end
|
||||
else if right.location.loc=LOC_JUMP then
|
||||
internalerror(20031122902);
|
||||
internalerror(200312292);
|
||||
|
||||
cmpop := nodetype in [ltn,lten,gtn,gten,equaln,unequaln];
|
||||
|
||||
@ -1494,7 +1494,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.40 2003/12/09 20:39:43 jonas
|
||||
|
Loading…
Reference in New Issue
Block a user