[decomp] load boundaries (#922)

* mostly working

* fixes

* very small fixes

* fix tests

* clang
This commit is contained in:
water111
2021-10-20 19:49:32 -04:00
committed by GitHub
parent bdaac86753
commit 18714ba536
57 changed files with 7873 additions and 348 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ goos::Object MakeSystem::handle_defstep(const goos::Object& form,
m_output_to_step.insert({output, step});
}
return goos::EmptyListObject::make_new();
return goos::Object::make_empty_list();
}
/*!