xo-interpreter2 stack: move fn_n_args() to ObjectPrimitives

This commit is contained in:
Roland Conybeare 2026-03-15 14:35:44 -05:00
commit aed354cf67
2 changed files with 0 additions and 44 deletions

View file

@ -100,9 +100,6 @@ namespace xo {
/** visit vsm-owned memory pools; call visitor(info) for each **/
void visit_pools(const MemorySizeVisitor & visitor) const;
/** install hardwired functions into global {symtab,env} **/
void install_core_primitives();
/** begin interactive session. **/
void begin_interactive_session();
/** begin batch session **/