compiler/libInit.cc
changeset 8 eec72263ed75
parent 7 7556e3d41d80
child 9 569bf5707c7e
--- a/compiler/libInit.cc	Wed Sep 02 18:15:44 2015 +0100
+++ b/compiler/libInit.cc	Mon Sep 14 11:19:10 2015 +0100
@@ -29,8 +29,10 @@
 __BEGIN_PACKAGE2__("libjv_tea_compiler", _libjv_tea_compiler_Init, "jv:tea/compiler");
 _TBinding_Init(pass,__pRT__,snd);
 _TClassDefinition_Init(pass,__pRT__,snd);
+_TCompilationUnitDefinition_Init(pass,__pRT__,snd);
 _TCompiler_Init(pass,__pRT__,snd);
 _TCompilerContext_Init(pass,__pRT__,snd);
+_TEnvironmentProvider_Init(pass,__pRT__,snd);
 _TFormatter_Init(pass,__pRT__,snd);
 _TInlineAssemblyBeginToken_Init(pass,__pRT__,snd);
 _TInlineAssemblyEndToken_Init(pass,__pRT__,snd);
@@ -50,6 +52,9 @@
 _TBlockType_Init(pass,__pRT__,snd);
 _TClassBinding_Init(pass,__pRT__,snd);
 _TCompilerPass_Init(pass,__pRT__,snd);
+_TDirectoryProvider_Init(pass,__pRT__,snd);
+_TEnvironment_Init(pass,__pRT__,snd);
+_TFilesystemProvider_Init(pass,__pRT__,snd);
 _TFunctionBinding_Init(pass,__pRT__,snd);
 _TNamespaceBinding_Init(pass,__pRT__,snd);
 _TSimpleType_Init(pass,__pRT__,snd);