Initial tricolor gc
This commit is contained in:
@ -39,7 +39,6 @@ static void register_manual_symbols(void) {
|
||||
}
|
||||
|
||||
void lisp_init(void) {
|
||||
lisp_init_gc();
|
||||
construct_manual_symbols();
|
||||
obarray = Fmake_hash_table(Qhash_string, Qstrings_equal);
|
||||
// these call Fintern, so they need to have obarray constructed
|
||||
|
||||
Reference in New Issue
Block a user