浏览代码

* 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);