Changeset 440 for trunk/Include/system/gc.sbp
- Timestamp:
- Feb 28, 2008, 9:09:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/system/gc.sbp
r413 r440 815 815 End Function 816 816 817 Function_System_GC_free_for_SweepingDelete( ptr As *Object )817 Sub _System_GC_free_for_SweepingDelete( ptr As *Object ) 818 818 ' free 819 819 _System_pGC->__free_ex( ptr, True ) 820 End Function820 End Sub
Note:
See TracChangeset
for help on using the changeset viewer.