Browse Source

* Handle ordinal currency types.

git-svn-id: branches/fpc_2_3@6579 -
daniel 18 năm trước cách đây
mục cha
commit
f82ec8eb28
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      compiler/ninl.pas

+ 5 - 0
compiler/ninl.pas

@@ -464,6 +464,11 @@ implementation
                       readfunctype:=u64inttype;
                     end;
 {$endif cpu64bit}
+                  scurrency:
+                    begin
+                      name := procprefixes[do_read]+'currency'
+                      readfunctype:=s64currencytype;
+                    end;
                   bool8bit,
                   bool16bit,
                   bool32bit,