Ensure _env is initialised with base module.
@@ -4223,6 +4223,10 @@ End Rem
_module=New TModuleDecl.Create( ident,munged,path,mattrs )
+ If Not _env Then
+ _env = _module
+ End If
+
_module.AddImport path,_module
_app.InsertModule _module
@@ -23,4 +23,4 @@
'
SuperStrict
-Const BCC_VERSION:String = "0.139"
+Const BCC_VERSION:String = "0.140"