# HG changeset patch # User Claus Gittinger # Date 1393948496 -3600 # Node ID 447ef508ce1c25431a04190a86f8f0339dbb6268 # Parent 3bf8c435204448ec02428e870e3aad3bf72ff4b8 initial checkin diff -r 3bf8c4352044 -r 447ef508ce1c analyzer/libInit.cc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/analyzer/libInit.cc Tue Mar 04 16:54:56 2014 +0100 @@ -0,0 +1,45 @@ +/* + * $Header: /cvs/stx/stx/goodies/petitparser/analyzer/libInit.cc,v 1.1 2014-03-04 15:54:56 cg Exp $ + * + * DO NOT EDIT + * automagically generated from the projectDefinition: stx_goodies_petitparser_analyzer. + */ +#define __INDIRECTVMINITCALLS__ +#include + +#ifdef WIN32 +# pragma codeseg INITCODE "INITCODE" +#endif + +#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT) +DLL_EXPORT void _libstx_goodies_petitparser_analyzer_Init() INIT_TEXT_SECTION; +DLL_EXPORT void _libstx_goodies_petitparser_analyzer_InitDefinition() INIT_TEXT_SECTION; +#endif + +void _libstx_goodies_petitparser_analyzer_InitDefinition(pass, __pRT__, snd) +OBJ snd; struct __vmData__ *__pRT__; { +__BEGIN_PACKAGE2__("libstx_goodies_petitparser_analyzer__DFN", _libstx_goodies_petitparser_analyzer_InitDefinition, "stx:goodies/petitparser/analyzer"); +_stx_137goodies_137petitparser_137analyzer_Init(pass,__pRT__,snd); + +__END_PACKAGE__(); +} + +void _libstx_goodies_petitparser_analyzer_Init(pass, __pRT__, snd) +OBJ snd; struct __vmData__ *__pRT__; { +__BEGIN_PACKAGE2__("libstx_goodies_petitparser_analyzer", _libstx_goodies_petitparser_analyzer_Init, "stx:goodies/petitparser/analyzer"); +_PPPattern_Init(pass,__pRT__,snd); +_PPProcessor_Init(pass,__pRT__,snd); +_PPRule_Init(pass,__pRT__,snd); +_PPSentinel_Init(pass,__pRT__,snd); +_stx_137goodies_137petitparser_137analyzer_Init(pass,__pRT__,snd); +_PPListPattern_Init(pass,__pRT__,snd); +_PPReplaceRule_Init(pass,__pRT__,snd); +_PPRewriter_Init(pass,__pRT__,snd); +_PPSearchRule_Init(pass,__pRT__,snd); +_PPSearcher_Init(pass,__pRT__,snd); +_PPBlockReplaceRule_Init(pass,__pRT__,snd); +_PPParserReplaceRule_Init(pass,__pRT__,snd); + + +__END_PACKAGE__(); +}