浏览代码

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);
   Writeln (S);
 end;
 end;
 
 
-Var GlobalStartMem,StartMem : PtrInt;
+Var GlobalStartMem,StartMem : SizeInt;
 
 
 begin
 begin
   GlobalStartMem:=0;
   GlobalStartMem:=0;