summaryrefslogtreecommitdiff
path: root/src/typedefs.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-04-19 21:52:01 (GMT)
committerMarius Kintel <marius@kintel.net>2013-04-26 21:45:03 (GMT)
commit9a297ecee57549a4eb3919bde4f7b41a548724de (patch)
treeb1f523e93f528559e9ada2d38d76be7a0362f9d4 /src/typedefs.h
parentb4568a09df8be0f212ba1c4fd1660459900e3cf0 (diff)
Refactoring: Split out FileModule from Module, Added LocalScope renamed some confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
Diffstat (limited to 'src/typedefs.h')
-rw-r--r--src/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typedefs.h b/src/typedefs.h
index a6e9077..fd676e2 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -6,5 +6,6 @@
typedef std::pair<std::string, class Expression*> Assignment;
typedef std::vector<Assignment> AssignmentList;
+typedef std::vector<class ModuleInstantiation*> ModuleInstantiationList;
#endif
contact: Jan Huwald // Impressum