libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 17 Apr 2013 09:15:15 +0200
changeset 3134 178baa2e38af
parent 3126 9d2be0a981fd
child 3142 8150aa6b4f43
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libcomp/libInit.cc,v 1.66 2013-04-17 07:15:15 vrany 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);
_BreakpointDescription_Init(pass,__pRT__,snd);
_CompilationErrorHandler_Init(pass,__pRT__,snd);
_DoNotShowCompilerWarningAgainActionQuery_Init(pass,__pRT__,snd);
_DoNotShowCompilerWarningAgainForThisMethodActionQuery_Init(pass,__pRT__,snd);
_InstrumentationContext_Init(pass,__pRT__,snd);
_InstrumentationInfo_Init(pass,__pRT__,snd);
_InstrumentedMethod_Init(pass,__pRT__,snd);
_LazyMethod_Init(pass,__pRT__,snd);
_ObjectFileHandle_Init(pass,__pRT__,snd);
_ObjectFileLoader_Init(pass,__pRT__,snd);
_ParseError_Init(pass,__pRT__,snd);
_ParseNode_Init(pass,__pRT__,snd);
_ParseWarning_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);
_UndefinedVariableNotification_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);
_CompilationError_Init(pass,__pRT__,snd);
_MessageNode_Init(pass,__pRT__,snd);
_MethodNode_Init(pass,__pRT__,snd);
_ParseErrorNode_Init(pass,__pRT__,snd);
_Parser_Init(pass,__pRT__,snd);
_PrimaryNode_Init(pass,__pRT__,snd);
_ProgramNode_Init(pass,__pRT__,snd);
_SelectorNode_Init(pass,__pRT__,snd);
_StatementNode_Init(pass,__pRT__,snd);
_TextCollectingCompilationErrorHandler_Init(pass,__pRT__,snd);
_UndefinedSuperclassError_Init(pass,__pRT__,snd);
_UndefinedVariableError_Init(pass,__pRT__,snd);
_WarningCompilationErrorHandler_Init(pass,__pRT__,snd);
_AbstractSyntaxHighlighter_Init(pass,__pRT__,snd);
_BinaryNode_Init(pass,__pRT__,snd);
_BreakpointAnalyzer_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__();
}