tests/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 26 Oct 2014 01:28:07 +0000
changeset 392 9b297f0d949c
parent 377 6112a403a52d
child 403 7063d523b064
permissions -rw-r--r--
Fixed PPCNode>>doOptmizationLoop:status: Must report status to changeStatus as caller is checking its value. Also, added PPCOptimizationResult class>>new as Smaltalk/X (actually, most Smalltalks) does not call #initialize by default.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_petitparser_tests.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_goodies_petitparser_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_goodies_petitparser_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_goodies_petitparser_tests_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_petitparser_tests__DFN", _libstx_goodies_petitparser_tests_InitDefinition, "stx:goodies/petitparser/tests");
_stx_137goodies_137petitparser_137tests_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_goodies_petitparser_tests_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_petitparser_tests", _libstx_goodies_petitparser_tests_Init, "stx:goodies/petitparser/tests");
_PPContextMementoTest_Init(pass,__pRT__,snd);
_PPContextTest_Init(pass,__pRT__,snd);
_stx_137goodies_137petitparser_137tests_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}