浏览代码

* stackcheck alias corrected

Tomas Hajny 25 年之前
父节点
当前提交
3e276f278a
共有 1 个文件被更改,包括 5 次插入2 次删除
  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