analyzer/tests/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 13 Apr 2015 14:16:24 +0100
changeset 425 0a5c4929af56
parent 380 8fe3cb4e607f
permissions -rw-r--r--
Fixed dependencies (requires stx/goodies/petitparser/tests to load properly)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
274
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
/*
380
8fe3cb4e607f Remove Pharoisms to make code more portable and running on Smalltalk/X
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 274
diff changeset
     2
 * $Header$
274
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
 *
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
 * DO NOT EDIT
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
 * automagically generated from the projectDefinition: stx_goodies_petitparser_analyzer_tests.
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
 */
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
#define __INDIRECTVMINITCALLS__
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#include <stc.h>
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
#ifdef WIN32
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
# pragma codeseg INITCODE "INITCODE"
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
#endif
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
DLL_EXPORT void _libstx_goodies_petitparser_analyzer_tests_Init() INIT_TEXT_SECTION;
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
DLL_EXPORT void _libstx_goodies_petitparser_analyzer_tests_InitDefinition() INIT_TEXT_SECTION;
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
#endif
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
void _libstx_goodies_petitparser_analyzer_tests_InitDefinition(pass, __pRT__, snd)
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
OBJ snd; struct __vmData__ *__pRT__; {
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
__BEGIN_PACKAGE2__("libstx_goodies_petitparser_analyzer_tests__DFN", _libstx_goodies_petitparser_analyzer_tests_InitDefinition, "stx:goodies/petitparser/analyzer/tests");
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
_stx_137goodies_137petitparser_137analyzer_137tests_Init(pass,__pRT__,snd);
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
__END_PACKAGE__();
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
}
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
void _libstx_goodies_petitparser_analyzer_tests_Init(pass, __pRT__, snd)
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
OBJ snd; struct __vmData__ *__pRT__; {
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
__BEGIN_PACKAGE2__("libstx_goodies_petitparser_analyzer_tests", _libstx_goodies_petitparser_analyzer_tests_Init, "stx:goodies/petitparser/analyzer/tests");
425
0a5c4929af56 Fixed dependencies (requires stx/goodies/petitparser/tests to load properly)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 380
diff changeset
    30
_PPAnalyzerTest_Init(pass,__pRT__,snd);
0a5c4929af56 Fixed dependencies (requires stx/goodies/petitparser/tests to load properly)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 380
diff changeset
    31
_PPRewriterTest_Init(pass,__pRT__,snd);
0a5c4929af56 Fixed dependencies (requires stx/goodies/petitparser/tests to load properly)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 380
diff changeset
    32
_PPSearcherTest_Init(pass,__pRT__,snd);
274
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
_stx_137goodies_137petitparser_137analyzer_137tests_Init(pass,__pRT__,snd);
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
__END_PACKAGE__();
c4af51f9eb36 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
}