mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 09:23:48 +02:00
* fixed order of arguments for incompatible types message
This commit is contained in:
parent
2850b57930
commit
a6fd03d7f7
@ -833,7 +833,7 @@ implementation
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
{$ifndef OLDPPU}
|
{$ifndef OLDPPU}
|
||||||
CGMessage2(type_e_incompatible_types,p^.resulttype^.typename,p^.left^.resulttype^.typename);
|
CGMessage2(type_e_incompatible_types,p^.left^.resulttype^.typename,p^.resulttype^.typename);
|
||||||
{$else}
|
{$else}
|
||||||
CGMessage(type_e_mismatch);
|
CGMessage(type_e_mismatch);
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -933,7 +933,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.28 1999-05-06 09:05:34 peter
|
Revision 1.29 1999-05-09 11:37:05 peter
|
||||||
|
* fixed order of arguments for incompatible types message
|
||||||
|
|
||||||
|
Revision 1.28 1999/05/06 09:05:34 peter
|
||||||
* generic write_float and str_float
|
* generic write_float and str_float
|
||||||
* fixed constant float conversions
|
* fixed constant float conversions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user