compiler/libInit.cc
changeset 7 cccc239c8833
parent 5 77d56b3a771b
child 8 c2de4aaa2670
--- a/compiler/libInit.cc	Fri Jan 11 15:53:03 2013 +0000
+++ b/compiler/libInit.cc	Thu Oct 30 21:22:38 2014 +0000
@@ -2,7 +2,7 @@
  * $Header$
  *
  * DO NOT EDIT
- * automagically generated from the projectDefinition: jv_dart_compiler.
+ * automagically generated from the projectDefinition: ctu_dart_compiler.
  */
 #define __INDIRECTVMINITCALLS__
 #include <stc.h>
@@ -12,26 +12,26 @@
 #endif
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
-DLL_EXPORT void _libjv_dart_compiler_Init() INIT_TEXT_SECTION;
-// DLL_EXPORT void _libjv_dart_compiler_InitDefinition() INIT_TEXT_SECTION;
+DLL_EXPORT void _libctu_dart_compiler_Init() INIT_TEXT_SECTION;
+// DLL_EXPORT void _libctu_dart_compiler_InitDefinition() INIT_TEXT_SECTION;
 #endif
 
-// void _libjv_dart_compiler_InitDefinition(pass, __pRT__, snd)
+// void _libctu_dart_compiler_InitDefinition(pass, __pRT__, snd)
 // OBJ snd; struct __vmData__ *__pRT__; {
-// __BEGIN_PACKAGE2__("libjv_dart_compiler__DFN", _libjv_dart_compiler_InitDefinition, "jv:dart/compiler");
-// _jv_137dart_137compiler_Init(pass,__pRT__,snd);
+// __BEGIN_PACKAGE2__("libctu_dart_compiler__DFN", _libctu_dart_compiler_InitDefinition, "jv:dart/compiler");
+// _ctu_137dart_137compiler_Init(pass,__pRT__,snd);
 
 // __END_PACKAGE__();
 // }
 
-void _libjv_dart_compiler_Init(pass, __pRT__, snd)
+void _libctu_dart_compiler_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libjv_dart_compiler", _libjv_dart_compiler_Init, "jv:dart/compiler");
+__BEGIN_PACKAGE2__("libctu_dart_compiler", _libctu_dart_compiler_Init, "jv: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);
-_jv_137dart_137compiler_Init(pass,__pRT__,snd);
+_ctu_137dart_137compiler_Init(pass,__pRT__,snd);
 _Dart__Scanner_Init(pass,__pRT__,snd);
 _Dart__ScannerError_Init(pass,__pRT__,snd);
 _Dart__SyntaxError_Init(pass,__pRT__,snd);