Ignore:
Timestamp:
Feb 28, 2008, 9:09:01 PM (16 years ago)
Author:
dai
Message:

戻り値の型が定義されていない箇所を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/system/gc.sbp

    r413 r440  
    815815End Function
    816816
    817 Function _System_GC_free_for_SweepingDelete( ptr As *Object )
     817Sub _System_GC_free_for_SweepingDelete( ptr As *Object )
    818818    ' free
    819819    _System_pGC->__free_ex( ptr, True )
    820 End Function
     820End Sub
Note: See TracChangeset for help on using the changeset viewer.