2
0
Эх сурвалжийг харах

* aint -> asizeint (immediate operand vs offset size)

git-svn-id: trunk@28459 -
Jonas Maebe 11 жил өмнө
parent
commit
4005290b54

+ 1 - 1
compiler/rautils.pas

@@ -495,7 +495,7 @@ Function EscapeToPascal(const s:string): string;
 { converts a C styled string - which contains escape }
 { converts a C styled string - which contains escape }
 { characters to a pascal style string.               }
 { characters to a pascal style string.               }
 var
 var
-  i,len : aint;
+  i,len : asizeint;
   hs    : string;
   hs    : string;
   temp  : string;
   temp  : string;
   c     : char;
   c     : char;