compiler/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 04 Nov 2014 00:31:38 +0000
changeset 10 5df5a2f8e4b5
parent 8 c2de4aaa2670
permissions -rw-r--r--
Updated to work with recent PetitParser

/*
 * $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, "ctu: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, "ctu:dart/compiler");
_Dart__Parser_Init(pass,__pRT__,snd);
_Dart__ParserContext_Init(pass,__pRT__,snd);
_Dart__ParserError_Init(pass,__pRT__,snd);
_Dart__ScannerBase_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__();
}