Browse Source

* stackcheck alias corrected

Tomas Hajny 25 years ago
parent
commit
3e276f278a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/os2/system.pas

+ 5 - 2
rtl/os2/system.pas

@@ -136,7 +136,7 @@ procedure syscall; external name '___SYSCALL';
 ***************************************************************************}
 ***************************************************************************}
 
 
 {$S-}
 {$S-}
-procedure st1(stack_size:longint);[public,alias: 'STACKCHECK'];
+procedure st1(stack_size:longint);[public,alias: 'FPC_STACKCHECK'];
 
 
 begin
 begin
     { called when trying to get local stack }
     { called when trying to get local stack }
@@ -881,7 +881,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-10-15 20:43:10  hajny
+  Revision 1.3  2000-11-11 23:12:39  hajny
+    * stackcheck alias corrected
+
+  Revision 1.2  2000/10/15 20:43:10  hajny
     * ChDir correction, unit name changed
     * ChDir correction, unit name changed
 
 
   Revision 1.1  2000/10/15 08:19:49  peter
   Revision 1.1  2000/10/15 08:19:49  peter