Index: /trunk/Include/system/gc.sbp
===================================================================
--- /trunk/Include/system/gc.sbp	(revision 489)
+++ /trunk/Include/system/gc.sbp	(revision 490)
@@ -793,5 +793,5 @@
 
 
-Function GC_malloc(size As Long) As VoidPtr
+Function GC_malloc(size As SIZE_T) As VoidPtr
 	' sweep
 	_System_pGC->TrySweep()
@@ -801,5 +801,5 @@
 End Function
 
-Function GC_malloc_atomic(size As Long) As VoidPtr
+Function GC_malloc_atomic(size As SIZE_T) As VoidPtr
 	' sweep
 	_System_pGC->TrySweep()
@@ -809,5 +809,5 @@
 End Function
 
-Function _System_GC_malloc_ForObject(size As Long) As VoidPtr
+Function _System_GC_malloc_ForObject(size As SIZE_T) As VoidPtr
 	' sweep
 	_System_pGC->TrySweep()
@@ -817,5 +817,5 @@
 End Function
 
-Function _System_GC_malloc_ForObjectPtr(size As Long) As VoidPtr
+Function _System_GC_malloc_ForObjectPtr(size As SIZE_T) As VoidPtr
 	' sweep
 	_System_pGC->TrySweep()
