libInit.cc
author Claus Gittinger <cg@exept.de>
Wed, 29 Jun 2011 20:26:10 +0200
changeset 2519 4d752228748a
parent 2439 47be113d4d71
child 2560 1c3f316e7993
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libcomp/libInit.cc,v 1.48 2011-06-29 18:26:10 cg Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libcomp.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libcomp_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libstx_libcomp_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libstx_libcomp_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libstx_libcomp__DFN", _libstx_libcomp_InitDefinition, "stx:libcomp");
// _stx_137libcomp_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libstx_libcomp_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libcomp", _libstx_libcomp_Init, "stx:libcomp");
_Breakpoint_Init(pass,__pRT__,snd);
_CompilationErrorHandler_Init(pass,__pRT__,snd);
_DoNotShowCompilerWarningAgainActionQuery_Init(pass,__pRT__,snd);
_InstrumentedMethod_Init(pass,__pRT__,snd);
_LazyMethod_Init(pass,__pRT__,snd);
_ObjectFileHandle_Init(pass,__pRT__,snd);
_ObjectFileLoader_Init(pass,__pRT__,snd);
_ParseErrorNode_Init(pass,__pRT__,snd);
_ParseNode_Init(pass,__pRT__,snd);
_ParserFlags_Init(pass,__pRT__,snd);
_ProgramNodeBuilder_Init(pass,__pRT__,snd);
_ProgramNodeEnumerator_Init(pass,__pRT__,snd);
_STCCompilerInterface_Init(pass,__pRT__,snd);
_Scanner_Init(pass,__pRT__,snd);
_SourceFileLoader_Init(pass,__pRT__,snd);
_Structure_Init(pass,__pRT__,snd);
_Switch_Init(pass,__pRT__,snd);
_UndefinedVariable_Init(pass,__pRT__,snd);
_Variable_Init(pass,__pRT__,snd);
_stx_137libcomp_Init(pass,__pRT__,snd);
_AssignmentNode_Init(pass,__pRT__,snd);
_BlockNode_Init(pass,__pRT__,snd);
_BreakpointNode_Init(pass,__pRT__,snd);
_MessageNode_Init(pass,__pRT__,snd);
_Parser_Init(pass,__pRT__,snd);
_PrimaryNode_Init(pass,__pRT__,snd);
_ProgramNode_Init(pass,__pRT__,snd);
_StatementNode_Init(pass,__pRT__,snd);
_TextCollectingCompilationErrorHandler_Init(pass,__pRT__,snd);
_WarningCompilationErrorHandler_Init(pass,__pRT__,snd);
_AbstractSyntaxHighlighter_Init(pass,__pRT__,snd);
_BinaryNode_Init(pass,__pRT__,snd);
_ByteCodeCompiler_Init(pass,__pRT__,snd);
_CascadeNode_Init(pass,__pRT__,snd);
_ConstantNode_Init(pass,__pRT__,snd);
_Explainer_Init(pass,__pRT__,snd);
_PrimitiveNode_Init(pass,__pRT__,snd);
_ReturnNode_Init(pass,__pRT__,snd);
_SelfNode_Init(pass,__pRT__,snd);
_UnaryNode_Init(pass,__pRT__,snd);
_VariableNode_Init(pass,__pRT__,snd);
_ByteCodeCompilerWithBreakpointSupport_Init(pass,__pRT__,snd);
_CodeCoverageHighlighter_Init(pass,__pRT__,snd);
_Decompiler_Init(pass,__pRT__,snd);
_ECompletionConstantNode_Init(pass,__pRT__,snd);
_InstrumentingCompiler_Init(pass,__pRT__,snd);
_SuperNode_Init(pass,__pRT__,snd);
_SyntaxHighlighter_Init(pass,__pRT__,snd);

_stx_137libcomp_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}