compiler/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Oct 2014 21:22:38 +0000
changeset 7 cccc239c8833
parent 5 77d56b3a771b
child 8 c2de4aaa2670
permissions -rw-r--r--
Package renamed from jv:dart to ctu:dart. It's no longer JV's private experiment.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: ctu_dart_compiler.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#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;
#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);

// __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");
_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);
_Dart__SyntaxError_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}