libInit.cc
author Claus Gittinger <cg@exept.de>
Mon, 16 Feb 2009 14:10:39 +0100
changeset 2165 4dde25bad190
parent 2162 62f8db13d61e
child 2174 6c668f984ced
permissions -rw-r--r--
automatic checkIn

/*
 * $Header: /cvs/stx/stx/libcomp/libInit.cc,v 1.39 2009-02-16 13:10:31 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;
#endif

void _libstx_libcomp_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libcomp", _libstx_libcomp_Init, "stx:libcomp");
_CompilationErrorHandler_Init(pass,__pRT__,snd);
_ImmutableArray_Init(pass,__pRT__,snd);
_ImmutableString_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);
_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);
_WarningCompilationErrorHandler_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);
_SyntaxHighlighter_Init(pass,__pRT__,snd);
_UnaryNode_Init(pass,__pRT__,snd);
_VariableNode_Init(pass,__pRT__,snd);
_Decompiler_Init(pass,__pRT__,snd);
_SuperNode_Init(pass,__pRT__,snd);

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