* src/mm/cacao-gc/heap.c (heap_alloc_intern) [!NDEBUG]: Added sanity check.
[cacao.git] / src / vmcore / linker.h
index 4cb9743fbc30fabe7393eba1fc9addcf363cebfc..35a2950a7b4378c1fc6bec4498b97b082c40632d 100644 (file)
@@ -22,7 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: linker.h 8331 2007-08-16 19:21:39Z panzi $
 */
 
 
@@ -144,10 +143,8 @@ extern java_object_t *linker_classrenumber_lock;
 
 /* function prototypes ********************************************************/
 
-/* initialize the linker subsystem */
-bool linker_init(void);
-
-/* link a class */
+void       linker_preinit(void);
+void       linker_init(void);
 classinfo *link_class(classinfo *c);
 
 #endif /* _LINKER_H */