Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
c22f4aa956
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;