diff options
Diffstat (limited to 'var.hpp')
-rw-r--r-- | var.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ struct Var { static Var lookup(const std::string& name, int skip = 0); static Var lookupLocal(const std::string& name); + static void rename(const std::string& old, const std::string& neww, int skip = 0); static void pushScope(); static void popScope(); static Var& addGlobal(const std::string& name, Var var); |