compiler/libInit.cc
changeset 10 5df5a2f8e4b5
parent 8 c2de4aaa2670
equal deleted inserted replaced
9:ae0dabfd3321 10:5df5a2f8e4b5
    26 
    26 
    27 void _libctu_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__("libctu_dart_compiler", _libctu_dart_compiler_Init, "ctu:dart/compiler");
    29 __BEGIN_PACKAGE2__("libctu_dart_compiler", _libctu_dart_compiler_Init, "ctu:dart/compiler");
    30 _Dart__Parser_Init(pass,__pRT__,snd);
    30 _Dart__Parser_Init(pass,__pRT__,snd);
       
    31 _Dart__ParserContext_Init(pass,__pRT__,snd);
    31 _Dart__ParserError_Init(pass,__pRT__,snd);
    32 _Dart__ParserError_Init(pass,__pRT__,snd);
    32 _Dart__ScannerBase_Init(pass,__pRT__,snd);
    33 _Dart__ScannerBase_Init(pass,__pRT__,snd);
    33 _ctu_137dart_137compiler_Init(pass,__pRT__,snd);
    34 _ctu_137dart_137compiler_Init(pass,__pRT__,snd);
    34 _Dart__Scanner_Init(pass,__pRT__,snd);
    35 _Dart__Scanner_Init(pass,__pRT__,snd);
    35 _Dart__ScannerError_Init(pass,__pRT__,snd);
    36 _Dart__ScannerError_Init(pass,__pRT__,snd);