Parcourir la source

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 il y a 9 ans
Parent
commit
c22f4aa956
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;