compiler/libInit.cc
changeset 8 c2de4aaa2670
parent 7 cccc239c8833
child 10 5df5a2f8e4b5
--- a/compiler/libInit.cc	Thu Oct 30 21:22:38 2014 +0000
+++ b/compiler/libInit.cc	Tue Nov 04 00:17:12 2014 +0000
@@ -13,24 +13,23 @@
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libctu_dart_compiler_Init() INIT_TEXT_SECTION;
-// DLL_EXPORT void _libctu_dart_compiler_InitDefinition() INIT_TEXT_SECTION;
+DLL_EXPORT void _libctu_dart_compiler_InitDefinition() INIT_TEXT_SECTION;
 #endif
 
-// void _libctu_dart_compiler_InitDefinition(pass, __pRT__, snd)
-// OBJ snd; struct __vmData__ *__pRT__; {
-// __BEGIN_PACKAGE2__("libctu_dart_compiler__DFN", _libctu_dart_compiler_InitDefinition, "jv:dart/compiler");
-// _ctu_137dart_137compiler_Init(pass,__pRT__,snd);
+void _libctu_dart_compiler_InitDefinition(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libctu_dart_compiler__DFN", _libctu_dart_compiler_InitDefinition, "ctu:dart/compiler");
+_ctu_137dart_137compiler_Init(pass,__pRT__,snd);
 
-// __END_PACKAGE__();
-// }
+__END_PACKAGE__();
+}
 
 void _libctu_dart_compiler_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libctu_dart_compiler", _libctu_dart_compiler_Init, "jv:dart/compiler");
+__BEGIN_PACKAGE2__("libctu_dart_compiler", _libctu_dart_compiler_Init, "ctu:dart/compiler");
 _Dart__Parser_Init(pass,__pRT__,snd);
 _Dart__ParserError_Init(pass,__pRT__,snd);
 _Dart__ScannerBase_Init(pass,__pRT__,snd);
-_Dart__ScannerTests_Init(pass,__pRT__,snd);
 _ctu_137dart_137compiler_Init(pass,__pRT__,snd);
 _Dart__Scanner_Init(pass,__pRT__,snd);
 _Dart__ScannerError_Init(pass,__pRT__,snd);