mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 22:09:16 +02:00
* string -> shortstring
This commit is contained in:
parent
3e65f68cb1
commit
316b8580af
@ -79,8 +79,8 @@ var
|
||||
killed : Boolean = False;
|
||||
|
||||
function GetLibAdress(Base: Pointer; Offset: LongInt): Pointer;
|
||||
procedure Debug(s: string);
|
||||
procedure Debugln(s: string);
|
||||
procedure Debug(s: shortstring);
|
||||
procedure Debugln(s: shortstring);
|
||||
procedure EnableBackTraceStr;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user