diff options
Diffstat (limited to 'nim/ccgutils.pas')
-rwxr-xr-x[-rw-r--r--] | nim/ccgutils.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/ccgutils.pas b/nim/ccgutils.pas index de5cac13c..da6b8774f 100644..100755 --- a/nim/ccgutils.pas +++ b/nim/ccgutils.pas @@ -56,7 +56,7 @@ begin result := key; end end; - tyGenericInst, tyAbstract, tyOrdinal: + tyGenericInst, tyDistinct, tyOrdinal: result := GetUniqueType(lastSon(key)); tyProc: begin end; else begin |