mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:06:34 +02:00
* read_int64 dummy added
This commit is contained in:
parent
e7bb989eab
commit
42516d7f5e
@ -965,6 +965,11 @@ procedure read_qword(len : longint;var t : textrec;q : qword);[public,alias:'FPC
|
|||||||
begin
|
begin
|
||||||
{ !!!!!!!!!!!!! }
|
{ !!!!!!!!!!!!! }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure read_int64(len : longint;var t : textrec;q : int64);[public,alias:'FPC_READ_TEXT_INT64'];
|
||||||
|
begin
|
||||||
|
{ !!!!!!!!!!!!! }
|
||||||
|
end;
|
||||||
{$endif INT64}
|
{$endif INT64}
|
||||||
|
|
||||||
|
|
||||||
@ -994,7 +999,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.60 1999-11-06 14:35:39 peter
|
Revision 1.61 1999-12-02 17:40:06 peter
|
||||||
|
* read_int64 dummy added
|
||||||
|
|
||||||
|
Revision 1.60 1999/11/06 14:35:39 peter
|
||||||
* truncated log
|
* truncated log
|
||||||
|
|
||||||
Revision 1.59 1999/10/26 12:25:19 peter
|
Revision 1.59 1999/10/26 12:25:19 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user