mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 22:30:27 +02:00
* string -> shortstring
This commit is contained in:
parent
fae6b2a1f3
commit
3a5b18e0e4
@ -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