소스 검색

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

git-svn-id: trunk@28459 -
Jonas Maebe 11 년 전
부모
커밋
4005290b54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/rautils.pas

+ 1 - 1
compiler/rautils.pas

@@ -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;