mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-12 20:50:41 +01:00
* made Args parameter of BitsErrorFmt a const one
This commit is contained in:
parent
1bb8852335
commit
543d919b3d
@ -30,7 +30,7 @@ begin
|
|||||||
{$endif VER1_0}
|
{$endif VER1_0}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure BitsErrorFmt (Msg : string; Args : array of const);
|
Procedure BitsErrorFmt (Msg : string; const Args : array of const);
|
||||||
|
|
||||||
begin
|
begin
|
||||||
{$ifdef VER1_0}
|
{$ifdef VER1_0}
|
||||||
@ -380,7 +380,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2002-09-07 15:15:24 peter
|
Revision 1.9 2003-05-25 16:05:18 jonas
|
||||||
|
* made Args parameter of BitsErrorFmt a const one
|
||||||
|
|
||||||
|
Revision 1.8 2002/09/07 15:15:24 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.7 2002/07/16 14:00:55 florian
|
Revision 1.7 2002/07/16 14:00:55 florian
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user