diff options
Diffstat (limited to 'src/scope.cc')
-rw-r--r-- | src/scope.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scope.cc b/src/scope.cc index 998eac64..99f6b669 100644 --- a/src/scope.cc +++ b/src/scope.cc @@ -35,6 +35,8 @@ namespace ledger { +scope_t * scope_t::default_scope = NULL; + void symbol_scope_t::define(const symbol_t::kind_t kind, const string& name, expr_t::ptr_op_t def) { |