summaryrefslogtreecommitdiff
path: root/src/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-12 05:46:02 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-12 05:46:02 -0700
commit9634a336f080bc15c1e67495eb9216d1863808f8 (patch)
tree139d3abc65f156d5e72e02364481fea370c807dc /src/includes.h
parent68fd128d82819db1022137a45ca3224cee8ef029 (diff)
It now is possible to access global variables, using environment[varname], and to set global variable using environment[varname] = "value"
Diffstat (limited to 'src/includes.h')
-rw-r--r--src/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes.h b/src/includes.h
index 1a60b67..7fb8c5f 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -41,6 +41,7 @@
#include "../include/byval.h"
#include "../include/byref.h"
#include "../include/value.h"
+#include "../include/global.h"
#include "../include/member.h"
#include "../include/parameters.h"
#include "../include/function.h"