compiler/libInit.cc
changeset 7 cccc239c8833
parent 5 77d56b3a771b
child 8 c2de4aaa2670
equal deleted inserted replaced
6:06efdfe62106 7:cccc239c8833
     1 /*
     1 /*
     2  * $Header$
     2  * $Header$
     3  *
     3  *
     4  * DO NOT EDIT
     4  * DO NOT EDIT
     5  * automagically generated from the projectDefinition: jv_dart_compiler.
     5  * automagically generated from the projectDefinition: ctu_dart_compiler.
     6  */
     6  */
     7 #define __INDIRECTVMINITCALLS__
     7 #define __INDIRECTVMINITCALLS__
     8 #include <stc.h>
     8 #include <stc.h>
     9 
     9 
    10 #ifdef WIN32
    10 #ifdef WIN32
    11 # pragma codeseg INITCODE "INITCODE"
    11 # pragma codeseg INITCODE "INITCODE"
    12 #endif
    12 #endif
    13 
    13 
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
    15 DLL_EXPORT void _libjv_dart_compiler_Init() INIT_TEXT_SECTION;
    15 DLL_EXPORT void _libctu_dart_compiler_Init() INIT_TEXT_SECTION;
    16 // DLL_EXPORT void _libjv_dart_compiler_InitDefinition() INIT_TEXT_SECTION;
    16 // DLL_EXPORT void _libctu_dart_compiler_InitDefinition() INIT_TEXT_SECTION;
    17 #endif
    17 #endif
    18 
    18 
    19 // void _libjv_dart_compiler_InitDefinition(pass, __pRT__, snd)
    19 // void _libctu_dart_compiler_InitDefinition(pass, __pRT__, snd)
    20 // OBJ snd; struct __vmData__ *__pRT__; {
    20 // OBJ snd; struct __vmData__ *__pRT__; {
    21 // __BEGIN_PACKAGE2__("libjv_dart_compiler__DFN", _libjv_dart_compiler_InitDefinition, "jv:dart/compiler");
    21 // __BEGIN_PACKAGE2__("libctu_dart_compiler__DFN", _libctu_dart_compiler_InitDefinition, "jv:dart/compiler");
    22 // _jv_137dart_137compiler_Init(pass,__pRT__,snd);
    22 // _ctu_137dart_137compiler_Init(pass,__pRT__,snd);
    23 
    23 
    24 // __END_PACKAGE__();
    24 // __END_PACKAGE__();
    25 // }
    25 // }
    26 
    26 
    27 void _libjv_dart_compiler_Init(pass, __pRT__, snd)
    27 void _libctu_dart_compiler_Init(pass, __pRT__, snd)
    28 OBJ snd; struct __vmData__ *__pRT__; {
    28 OBJ snd; struct __vmData__ *__pRT__; {
    29 __BEGIN_PACKAGE2__("libjv_dart_compiler", _libjv_dart_compiler_Init, "jv:dart/compiler");
    29 __BEGIN_PACKAGE2__("libctu_dart_compiler", _libctu_dart_compiler_Init, "jv:dart/compiler");
    30 _Dart__Parser_Init(pass,__pRT__,snd);
    30 _Dart__Parser_Init(pass,__pRT__,snd);
    31 _Dart__ParserError_Init(pass,__pRT__,snd);
    31 _Dart__ParserError_Init(pass,__pRT__,snd);
    32 _Dart__ScannerBase_Init(pass,__pRT__,snd);
    32 _Dart__ScannerBase_Init(pass,__pRT__,snd);
    33 _Dart__ScannerTests_Init(pass,__pRT__,snd);
    33 _Dart__ScannerTests_Init(pass,__pRT__,snd);
    34 _jv_137dart_137compiler_Init(pass,__pRT__,snd);
    34 _ctu_137dart_137compiler_Init(pass,__pRT__,snd);
    35 _Dart__Scanner_Init(pass,__pRT__,snd);
    35 _Dart__Scanner_Init(pass,__pRT__,snd);
    36 _Dart__ScannerError_Init(pass,__pRT__,snd);
    36 _Dart__ScannerError_Init(pass,__pRT__,snd);
    37 _Dart__SyntaxError_Init(pass,__pRT__,snd);
    37 _Dart__SyntaxError_Init(pass,__pRT__,snd);
    38 
    38 
    39 
    39