xo-interpreter2 stack: use RuntimeContext to streamline setup
This commit is contained in:
parent
ea31dbf0d3
commit
ad1260bd54
2 changed files with 12 additions and 5 deletions
|
|
@ -11,8 +11,9 @@
|
|||
namespace xo {
|
||||
namespace scm {
|
||||
/** Register primitive-factories **/
|
||||
bool interpreter2_register_primitives(obj<xo::mm::AAllocator> gc,
|
||||
StringTable * stbl,
|
||||
bool interpreter2_register_primitives(obj<ARuntimeContext> rcx,
|
||||
//xo::mm::AAllocator> gc,
|
||||
//StringTable * stbl,
|
||||
InstallSink sink,
|
||||
InstallFlags flags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue