xo-expression2: upsert global vars works in DDefineSsm

This commit is contained in:
Roland Conybeare 2026-02-16 19:48:14 -05:00
commit 03847102be
3 changed files with 57 additions and 29 deletions

View file

@ -48,6 +48,7 @@ namespace xo {
Binding path() const { return path_; }
void assign_name(const DUniqueString * name) { this->name_ = name; }
void assign_path(Binding b) { this->path_ = b; }
/** @defgroup scm-variable-expression-facet **/
///@{