compiler/libInit.cc
changeset 391 553a5456963b
child 413 5389e6fbb3bc
equal deleted inserted replaced
390:17ba167b8ee1 391:553a5456963b
       
     1 /*
       
     2  * $Header$
       
     3  *
       
     4  * DO NOT EDIT
       
     5  * automagically generated from the projectDefinition: stx_goodies_petitparser_compiler.
       
     6  */
       
     7 #define __INDIRECTVMINITCALLS__
       
     8 #include <stc.h>
       
     9 
       
    10 #ifdef WIN32
       
    11 # pragma codeseg INITCODE "INITCODE"
       
    12 #endif
       
    13 
       
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
       
    15 DLL_EXPORT void _libstx_goodies_petitparser_compiler_Init() INIT_TEXT_SECTION;
       
    16 DLL_EXPORT void _libstx_goodies_petitparser_compiler_InitDefinition() INIT_TEXT_SECTION;
       
    17 #endif
       
    18 
       
    19 void _libstx_goodies_petitparser_compiler_InitDefinition(pass, __pRT__, snd)
       
    20 OBJ snd; struct __vmData__ *__pRT__; {
       
    21 __BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler__DFN", _libstx_goodies_petitparser_compiler_InitDefinition, "stx:goodies/petitparser/compiler");
       
    22 _stx_137goodies_137petitparser_137compiler_Init(pass,__pRT__,snd);
       
    23 
       
    24 __END_PACKAGE__();
       
    25 }
       
    26 
       
    27 void _libstx_goodies_petitparser_compiler_Init(pass, __pRT__, snd)
       
    28 OBJ snd; struct __vmData__ *__pRT__; {
       
    29 __BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler", _libstx_goodies_petitparser_compiler_Init, "stx:goodies/petitparser/compiler");
       
    30 _PPCBridge_Init(pass,__pRT__,snd);
       
    31 _PPCCompiledMethod_Init(pass,__pRT__,snd);
       
    32 _PPCCompiler_Init(pass,__pRT__,snd);
       
    33 _PPCContext_Init(pass,__pRT__,snd);
       
    34 _PPCContextMemento_Init(pass,__pRT__,snd);
       
    35 _PPCGuard_Init(pass,__pRT__,snd);
       
    36 _PPCInlineStrategy_Init(pass,__pRT__,snd);
       
    37 _PPCMethod_Init(pass,__pRT__,snd);
       
    38 _PPCMethodStrategy_Init(pass,__pRT__,snd);
       
    39 _PPCNode_Init(pass,__pRT__,snd);
       
    40 _PPCOptimizationResult_Init(pass,__pRT__,snd);
       
    41 _PPCompiledParser_Init(pass,__pRT__,snd);
       
    42 _PetitBenchmark_Init(pass,__pRT__,snd);
       
    43 _PetitBenchmarkSources_Init(pass,__pRT__,snd);
       
    44 _stx_137goodies_137petitparser_137compiler_Init(pass,__pRT__,snd);
       
    45 _PPCAbstractCharacterNode_Init(pass,__pRT__,snd);
       
    46 _PPCAbstractLiteralNode_Init(pass,__pRT__,snd);
       
    47 _PPCAbstractPredicateNode_Init(pass,__pRT__,snd);
       
    48 _PPCAnyNode_Init(pass,__pRT__,snd);
       
    49 _PPCDelegateNode_Init(pass,__pRT__,snd);
       
    50 _PPCInlinedMethod_Init(pass,__pRT__,snd);
       
    51 _PPCListNode_Init(pass,__pRT__,snd);
       
    52 _PPCNilNode_Init(pass,__pRT__,snd);
       
    53 _PPCPluggableNode_Init(pass,__pRT__,snd);
       
    54 _PPCProfilingContext_Init(pass,__pRT__,snd);
       
    55 _PPCStarAnyNode_Init(pass,__pRT__,snd);
       
    56 _PPCStarCharSetPredicateNode_Init(pass,__pRT__,snd);
       
    57 _PPCStarMessagePredicateNode_Init(pass,__pRT__,snd);
       
    58 _PPCUnknownNode_Init(pass,__pRT__,snd);
       
    59 _PPCAbstractActionNode_Init(pass,__pRT__,snd);
       
    60 _PPCAndNode_Init(pass,__pRT__,snd);
       
    61 _PPCCharSetPredicateNode_Init(pass,__pRT__,snd);
       
    62 _PPCCharacterNode_Init(pass,__pRT__,snd);
       
    63 _PPCChoiceNode_Init(pass,__pRT__,snd);
       
    64 _PPCForwardNode_Init(pass,__pRT__,snd);
       
    65 _PPCInlineAnyNode_Init(pass,__pRT__,snd);
       
    66 _PPCInlineCharacterNode_Init(pass,__pRT__,snd);
       
    67 _PPCInlineLiteralNode_Init(pass,__pRT__,snd);
       
    68 _PPCInlineNilNode_Init(pass,__pRT__,snd);
       
    69 _PPCInlineNotLiteralNode_Init(pass,__pRT__,snd);
       
    70 _PPCInlinePluggableNode_Init(pass,__pRT__,snd);
       
    71 _PPCLiteralNode_Init(pass,__pRT__,snd);
       
    72 _PPCMessagePredicateNode_Init(pass,__pRT__,snd);
       
    73 _PPCNegateNode_Init(pass,__pRT__,snd);
       
    74 _PPCNotCharSetPredicateNode_Init(pass,__pRT__,snd);
       
    75 _PPCNotLiteralNode_Init(pass,__pRT__,snd);
       
    76 _PPCNotMessagePredicateNode_Init(pass,__pRT__,snd);
       
    77 _PPCNotNode_Init(pass,__pRT__,snd);
       
    78 _PPCOptionalNode_Init(pass,__pRT__,snd);
       
    79 _PPCPlusNode_Init(pass,__pRT__,snd);
       
    80 _PPCPredicateNode_Init(pass,__pRT__,snd);
       
    81 _PPCSequenceNode_Init(pass,__pRT__,snd);
       
    82 _PPCStarNode_Init(pass,__pRT__,snd);
       
    83 _PPCTokenNode_Init(pass,__pRT__,snd);
       
    84 _PPCTokenStarMessagePredicateNode_Init(pass,__pRT__,snd);
       
    85 _PPCTrimNode_Init(pass,__pRT__,snd);
       
    86 _PPCTrimmingTokenNode_Init(pass,__pRT__,snd);
       
    87 _PPCActionNode_Init(pass,__pRT__,snd);
       
    88 _PPCInlineCharSetPredicateNode_Init(pass,__pRT__,snd);
       
    89 _PPCInlineMessagePredicateNode_Init(pass,__pRT__,snd);
       
    90 _PPCInlineNotCharSetPredicateNode_Init(pass,__pRT__,snd);
       
    91 _PPCInlineNotMessagePredicateNode_Init(pass,__pRT__,snd);
       
    92 _PPCSymbolActionNode_Init(pass,__pRT__,snd);
       
    93 _PPCTokenSequenceNode_Init(pass,__pRT__,snd);
       
    94 
       
    95 _stx_137goodies_137petitparser_137compiler_extensions_Init(pass,__pRT__,snd);
       
    96 __END_PACKAGE__();
       
    97 }