Browse Source

* add cprefix to procedures which are autoamtically marked as external in
macpas mode

Jonas Maebe 21 years ago
parent
commit
0ccc15675e
1 changed files with 6 additions and 2 deletions
  1. 6 2
      compiler/symsym.pas

+ 6 - 2
compiler/symsym.pas

@@ -628,7 +628,7 @@ implementation
 
 
       begin
       begin
         tprocdef(pd).forwarddef:=false;
         tprocdef(pd).forwarddef:=false;
-        tprocdef(pd).setmangledname(tprocdef(pd).procsym.realname);
+        tprocdef(pd).setmangledname(target_info.CPrefix+tprocdef(pd).procsym.realname);
       end;
       end;
 
 
 
 
@@ -2215,7 +2215,11 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.174  2004-06-20 08:55:30  florian
+  Revision 1.175  2004-08-15 12:06:03  jonas
+    * add cprefix to procedures which are autoamtically marked as external in
+      macpas mode
+
+  Revision 1.174  2004/06/20 08:55:30  florian
     * logs truncated
     * logs truncated
 
 
   Revision 1.173  2004/06/16 20:07:09  florian
   Revision 1.173  2004/06/16 20:07:09  florian