Browse Source

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

git-svn-id: trunk@32874 -
pierre 9 years ago
parent
commit
de7a79f497
1 changed files with 1 additions and 1 deletions
  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;