xo-object2: obj<ACollector> argument to DArray::push_back()
This commit is contained in:
parent
e9a5bea66e
commit
f79e44a2b9
20 changed files with 388 additions and 105 deletions
|
|
@ -21,7 +21,7 @@ namespace xo {
|
|||
DGlobalEnv::_make(obj<AAllocator> mm,
|
||||
DGlobalSymtab * symtab)
|
||||
{
|
||||
DArray * values = DArray::empty(mm, symtab->var_capacity());
|
||||
DArray * values = DArray::_empty(mm, symtab->var_capacity());
|
||||
|
||||
void * mem = mm.alloc_for<DGlobalSymtab>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue