xo-procedure2: + DPrimitive_gco_0 (primitive with 0 arguments)

This commit is contained in:
Roland Conybeare 2026-02-28 13:27:34 +11:00
commit baab64c036

View file

@ -234,12 +234,10 @@ namespace xo {
/** configuration **/
VsmConfig config_;
#ifdef NOT_YET
/** allocator (likely DArena) for globals.
* For example DArenaHashMap in global symta.
**/
obj<AAllocator> aux_mm_;
#endif
/** allocator (likely DX1Collector or similar) for
* expressions and values. Schemaatika reader will use this also