Browse Source

* compilation fix

Tomas Hajny 20 years ago
parent
commit
526f7b716a
1 changed files with 6 additions and 3 deletions
  1. 6 3
      rtl/os2/system.pas

+ 6 - 3
rtl/os2/system.pas

@@ -154,10 +154,10 @@ implementation
 
 
 ****************************************************************************}
 ****************************************************************************}
 
 
+
 procedure system_exit;
 procedure system_exit;
 begin
 begin
-  DosFreeThreadLocalMemory (DataIndex);
-  DosExit(1{process}, exitcode);
+  DosExit (1{process}, exitcode);
 end;
 end;
 
 
 {$ASMMODE ATT}
 {$ASMMODE ATT}
@@ -769,7 +769,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.79  2005-02-14 17:13:31  peter
+  Revision 1.80  2005-03-01 21:59:14  hajny
+    * compilation fix
+
+  Revision 1.79  2005/02/14 17:13:31  peter
     * truncate log
     * truncate log
 
 
   Revision 1.78  2005/02/06 16:57:18  peter
   Revision 1.78  2005/02/06 16:57:18  peter