libInit.cc
author Claus Gittinger <cg@exept.de>
Thu, 18 Aug 2011 20:56:17 +0200
changeset 0 739fe9b7253e
child 4 90de244a7fa2
permissions -rw-r--r--
*** empty log message ***

/*
 * $Header: /cvs/stx/stx/goodies/petitparser/libInit.cc,v 1.1 2011-08-18 18:56:17 cg Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: squeak_petitparser.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libsqueak_petitparser_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libsqueak_petitparser_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libsqueak_petitparser_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libsqueak_petitparser__DFN", _libsqueak_petitparser_InitDefinition, "squeak:petitparser");
// _squeak_137petitparser_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libsqueak_petitparser_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libsqueak_petitparser", _libsqueak_petitparser_Init, "squeak:petitparser");
_PPCharSetPredicate_Init(pass,__pRT__,snd);
_PPFailure_Init(pass,__pRT__,snd);
_PPMemento_Init(pass,__pRT__,snd);
_PPParser_Init(pass,__pRT__,snd);
_PPStream_Init(pass,__pRT__,snd);
_PPToken_Init(pass,__pRT__,snd);
_squeak_137petitparser_Init(pass,__pRT__,snd);
_PPDelegateParser_Init(pass,__pRT__,snd);
_PPEpsilonParser_Init(pass,__pRT__,snd);
_PPFailingParser_Init(pass,__pRT__,snd);
_PPListParser_Init(pass,__pRT__,snd);
_PPLiteralParser_Init(pass,__pRT__,snd);
_PPPluggableParser_Init(pass,__pRT__,snd);
_PPPredicateParser_Init(pass,__pRT__,snd);
_PPUnresolvedParser_Init(pass,__pRT__,snd);
_PPActionParser_Init(pass,__pRT__,snd);
_PPAndParser_Init(pass,__pRT__,snd);
_PPChoiceParser_Init(pass,__pRT__,snd);
_PPCompositeParser_Init(pass,__pRT__,snd);
_PPEndOfInputParser_Init(pass,__pRT__,snd);
_PPExpressionParser_Init(pass,__pRT__,snd);
_PPFlattenParser_Init(pass,__pRT__,snd);
_PPLiteralObjectParser_Init(pass,__pRT__,snd);
_PPLiteralSequenceParser_Init(pass,__pRT__,snd);
_PPMemoizedParser_Init(pass,__pRT__,snd);
_PPNotParser_Init(pass,__pRT__,snd);
_PPOptionalParser_Init(pass,__pRT__,snd);
_PPPredicateObjectParser_Init(pass,__pRT__,snd);
_PPPredicateSequenceParser_Init(pass,__pRT__,snd);
_PPRepeatingParser_Init(pass,__pRT__,snd);
_PPSequenceParser_Init(pass,__pRT__,snd);
_PPTrimmingParser_Init(pass,__pRT__,snd);
_PPArithmeticParser_Init(pass,__pRT__,snd);
_PPLambdaParser_Init(pass,__pRT__,snd);
_PPTokenParser_Init(pass,__pRT__,snd);
_PPWrappingParser_Init(pass,__pRT__,snd);

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