瀏覽代碼

* export changed to public which is allowed in implementation

peter 27 年之前
父節點
當前提交
0b49c6afe2
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      rtl/palmos/syspalm.pp

+ 5 - 2
rtl/palmos/syspalm.pp

@@ -67,7 +67,7 @@ Unit SysPalm;
   implementation
   implementation
 
 
     { mimic the C start code }
     { mimic the C start code }
-    function _PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;export;
+    function _PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;public;
 
 
       begin
       begin
          cmd:=_cmd;
          cmd:=_cmd;
@@ -85,7 +85,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.2  1998-08-22 10:23:59  florian
+  Revision 1.3  1998-08-31 12:18:37  peter
+    * export changed to public which is allowed in implementation
+
+  Revision 1.2  1998/08/22 10:23:59  florian
     + PilotMain implemented
     + PilotMain implemented
 
 
   Revision 1.1  1998/08/05 17:19:07  florian
   Revision 1.1  1998/08/05 17:19:07  florian