Browse Source

* correction of previous commit

git-svn-id: branches/fixes_2_0@6731 -
Tomas Hajny 18 years ago
parent
commit
2c4f26259f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      rtl/os2/system.pas

+ 3 - 1
rtl/os2/system.pas

@@ -133,7 +133,9 @@ const
 (* underlying OS/2 version, can be overridden by user - heap is allocated  *)
 (* for all threads, so the setting isn't declared as a threadvar and       *)
 (* should be only changed at the beginning of the main thread if needed.   *)
-  UseHighMem: boolean;
+  UseHighMem: boolean = false;
+
+var
   StackTop : PtrUInt;