فهرست منبع

* ignore absolutevarsyms when exporting (at least for ordinary variable absolute symbols this works; for others we'll have to see...)

git-svn-id: trunk@34252 -
svenbarth 9 سال پیش
والد
کامیت
32a354fc26
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      compiler/pkgutil.pas

+ 2 - 0
compiler/pkgutil.pas

@@ -199,6 +199,8 @@ implementation
               exit;
             varexport(tsym(sym).mangledname);
           end;
+        absolutevarsym:
+          ;
         else
           begin
             writeln('unknown: ',TSym(sym).typ);