GC now works without threads being initialized, which caused a
authorschani <none@none>
Wed, 7 Oct 1998 19:49:46 +0000 (19:49 +0000)
committerschani <none@none>
Wed, 7 Oct 1998 19:49:46 +0000 (19:49 +0000)
commite7a369ce4bd4f4384d30b90d793e69548a9e4e93
tree437abed8e669a362c3bc132dc781659e7c969687
parent4e0c8a8b025e9514ce4202419a8a5382b58f511e
GC now works without threads being initialized, which caused a
dependency problem in the initialization routines.

Added a missing heap_addreference in main.c.
main.c
src/cacao/cacao.c
src/threads/green/threads.c
src/vm/tables.c
tables.c
threads/thread.c