* src/mm/gc-none.cpp (heap_alloc): Fixed signature.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 26 Jul 2008 16:50:49 +0000 (18:50 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 26 Jul 2008 16:50:49 +0000 (18:50 +0200)
commit7e2fe2c4d4f9ae974b2972c61ab0a65d8f7d2ac9
tree773322a0bb55af82d73e98d1d43e3898463b58a2
parent2de2383c6875490fbad099d0921e0a3cca9cc4d5
* src/mm/gc-none.cpp (heap_alloc): Fixed signature.
(heap_alloc_uncollectable): Likewise.
(heap_free): Likewise.
(gc_init): Likewise.
* src/native/jni.cpp (jni_NewGlobalRef): Use heap_alloc_uncollectable
instead of GCNEW_UNCOLLECTABLE.
(jni_DeleteGlobalRef): Use heap_free instead of GCFREE.
src/mm/gc-none.cpp
src/native/jni.cpp