aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index 4217f6d..7de26d8 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -777,6 +777,9 @@ struct CEnv {
map<string,string> args;
+ typedef map<const char*, CVal> CSyms;
+ CSyms cSyms;
+
CFunc currentFn; ///< Currently compiling function
bool repl;