mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:29:17 +02:00
* Removed inline since it is not supported with open array parameters.
git-svn-id: trunk@44054 -
This commit is contained in:
parent
1b3a3a7983
commit
45ffa40b71
@ -324,7 +324,7 @@ type
|
|||||||
procedure putstring(const s:string); {$ifdef USEINLINE}inline;{$endif}
|
procedure putstring(const s:string); {$ifdef USEINLINE}inline;{$endif}
|
||||||
procedure putansistring(const s:ansistring);
|
procedure putansistring(const s:ansistring);
|
||||||
|
|
||||||
procedure putset(const arr: array of byte); {$ifdef USEINLINE}inline;{$endif}
|
procedure putset(const arr: array of byte);
|
||||||
procedure tempclose; // MG: not used, obsolete?
|
procedure tempclose; // MG: not used, obsolete?
|
||||||
function tempopen:boolean; // MG: not used, obsolete?
|
function tempopen:boolean; // MG: not used, obsolete?
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user