Browse Source

* 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 years ago
parent
commit
32a354fc26
1 changed files with 2 additions and 0 deletions
  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);