浏览代码

pkgutil.pas:
* insert_export: directly report the symbol type instead of its ordinal to ease finding of problems

git-svn-id: branches/svenbarth/packages@32460 -

svenbarth 9 年之前
父节点
当前提交
c22f4aa956
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/pkgutil.pas

+ 1 - 1
compiler/pkgutil.pas

@@ -176,7 +176,7 @@ implementation
           end;
         else
           begin
-            writeln('unknown: ',ord(TSym(sym).typ));
+            writeln('unknown: ',TSym(sym).typ);
           end;
       end;
     end;