Ignore:
Timestamp:
Apr 15, 2007, 1:55:46 AM (17 years ago)
Author:
dai
Message:

GCでのメモリ回収処理を、実行時型情報を元に行うようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/basic/function.sbp

    r208 r214  
    779779            i64data=1
    780780            While i>=2
    781                 Val += i64data * TempPtr[i]
     781                Val += ( i64data * TempPtr[i] ) As Double
    782782
    783783                i64data *= &O10
Note: See TracChangeset for help on using the changeset viewer.