xo-interpreter2 stack: + dict type + pop more pm types
This commit is contained in:
parent
383e1983a3
commit
637df4983b
2 changed files with 3 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ namespace xo {
|
|||
namespace scm {
|
||||
/** Register primitive-factories **/
|
||||
bool interpreter2_register_primitives(obj<xo::mm::AAllocator> gc,
|
||||
StringTable * stbl,
|
||||
InstallSink sink,
|
||||
InstallFlags flags);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,12 +52,11 @@ namespace xo {
|
|||
|
||||
bool
|
||||
interpreter2_register_primitives(obj<xo::mm::AAllocator> mm,
|
||||
StringTable * stbl,
|
||||
InstallSink sink,
|
||||
InstallFlags flags)
|
||||
{
|
||||
(void)mm;
|
||||
(void)sink;
|
||||
(void)flags;
|
||||
(void)stbl;
|
||||
|
||||
scope log(XO_DEBUG(true));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue