Browse Source

* importprocedure fix by Armin Diehl

Tomas Hajny 23 years ago
parent
commit
1d3e33cd0f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/targets/t_nwm.pas

+ 5 - 1
compiler/targets/t_nwm.pas

@@ -134,6 +134,7 @@ begin
   { do nothing with the procedure, only set the mangledname }
   { do nothing with the procedure, only set the mangledname }
   if name<>'' then
   if name<>'' then
     aktprocdef.setmangledname(name)
     aktprocdef.setmangledname(name)
+    aktprocdef.has_mangledname:=true;
   else
   else
     message(parser_e_empty_import_name);
     message(parser_e_empty_import_name);
 end;
 end;
@@ -538,7 +539,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.12  2001-11-02 22:58:12  peter
+  Revision 1.13  2002-03-03 13:00:39  hajny
+    * importprocedure fix by Armin Diehl
+
+  Revision 1.12  2001/11/02 22:58:12  peter
     * procsym definition rewrite
     * procsym definition rewrite
 
 
   Revision 1.11  2001/09/18 11:32:00  michael
   Revision 1.11  2001/09/18 11:32:00  michael