summaryrefslogtreecommitdiff
path: root/src/texec/world.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/texec/world.go')
-rw-r--r--src/texec/world.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texec/world.go b/src/texec/world.go
index 83c50fd..b1c6def 100644
--- a/src/texec/world.go
+++ b/src/texec/world.go
@@ -49,6 +49,7 @@ type TContext struct {
type TModule struct {
Name string
Artifacts []tparse.Node
+ Defs VarMap
Sub []TModule
}