Browse Source

* variables exported by $J/$Z in macpas mode are never regable

florian 20 years ago
parent
commit
56f1af83a9
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/pdecvar.pas

+ 5 - 1
compiler/pdecvar.pas

@@ -1061,6 +1061,7 @@ implementation
                            is_cdecl:=true;
                            C_name:=target_info.Cprefix+sorg;
                          end;
+                       vs.varregable := vr_none;
                      end;
                    { export }
                    if idtoken in [_EXPORT,_PUBLIC] then
@@ -1313,7 +1314,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.91  2005-01-06 13:30:41  florian
+  Revision 1.92  2005-01-30 17:17:19  florian
+    * variables exported by $J/$Z in macpas mode are never regable
+
+  Revision 1.91  2005/01/06 13:30:41  florian
     * widechararray patch from Peter
 
   Revision 1.90  2005/01/04 16:52:07  peter