ソースを参照

Use SizeInt type for GlobalStartMem and StartMem variables to avoid compilation error for msdos compact memory model

git-svn-id: trunk@32874 -
pierre 9 年 前
コミット
de7a79f497
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/test/tstring4.pp

+ 1 - 1
tests/test/tstring4.pp

@@ -449,7 +449,7 @@ begin
   Writeln (S);
 end;
 
-Var GlobalStartMem,StartMem : PtrInt;
+Var GlobalStartMem,StartMem : SizeInt;
 
 begin
   GlobalStartMem:=0;