mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 22:09:28 +01:00
* aint -> asizeint (immediate operand vs offset size)
git-svn-id: trunk@28459 -
This commit is contained in:
parent
f55516ed32
commit
4005290b54
@ -495,7 +495,7 @@ Function EscapeToPascal(const s:string): string;
|
||||
{ converts a C styled string - which contains escape }
|
||||
{ characters to a pascal style string. }
|
||||
var
|
||||
i,len : aint;
|
||||
i,len : asizeint;
|
||||
hs : string;
|
||||
temp : string;
|
||||
c : char;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user