Browse Source

* fixed external <dll> name <c-name> manglednames

peter 23 years ago
parent
commit
5a323a0f6e
1 changed files with 6 additions and 1 deletions
  1. 6 1
      compiler/pdecsub.pas

+ 6 - 1
compiler/pdecsub.pas

@@ -1016,6 +1016,8 @@ begin
        begin
          consume(_NAME);
          import_name:=get_stringconst;
+         aktprocdef.setmangledname(import_name);
+         aktprocdef.has_mangledname:=true;
        end;
       if (idtoken=_INDEX) then
        begin
@@ -2014,7 +2016,10 @@ const
 end.
 {
   $Log$
-  Revision 1.43  2001-12-31 16:59:42  peter
+  Revision 1.44  2002-01-06 21:54:07  peter
+    * fixed external <dll> name <c-name> manglednames
+
+  Revision 1.43  2001/12/31 16:59:42  peter
     * protected/private symbols parsing fixed
 
   Revision 1.42  2001/12/06 17:57:36  florian