experiments/libInit.cc
author Claus Gittinger <cg@exept.de>
Thu, 22 Dec 2005 18:00:03 +0100
changeset 2125 cfa7b540ebf1
parent 749 e898eaeff091
child 2152 1cbdfbcc685c
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
/*
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
 * $Header: /cvs/stx/stx/libjava/experiments/libInit.cc,v 1.1 2011/08/18 19:06:54 vrany Exp $
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
 *
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
 * DO NOT EDIT
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
 * automagically generated from the projectDefinition: stx_libjava_experiments.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
 */
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
#define __INDIRECTVMINITCALLS__
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
#include <stc.h>
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
#ifdef WIN32
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
# pragma codeseg INITCODE "INITCODE"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
#endif
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
DLL_EXPORT void _libstx_libjava_experiments_Init() INIT_TEXT_SECTION;
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
// DLL_EXPORT void _libstx_libjava_experiments_InitDefinition() INIT_TEXT_SECTION;
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
#endif
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
// void _libstx_libjava_experiments_InitDefinition(pass, __pRT__, snd)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
// OBJ snd; struct __vmData__ *__pRT__; {
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
// __BEGIN_PACKAGE2__("libstx_libjava_experiments__DFN", _libstx_libjava_experiments_InitDefinition, "stx:libjava/experiments");
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
// _stx_137libjava_137experiments_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    23
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    24
// __END_PACKAGE__();
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    25
// }
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    26
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    27
void _libstx_libjava_experiments_Init(pass, __pRT__, snd)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    28
OBJ snd; struct __vmData__ *__pRT__; {
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    29
__BEGIN_PACKAGE2__("libstx_libjava_experiments", _libstx_libjava_experiments_Init, "stx:libjava/experiments");
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    30
_FooLookup_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    31
_NoReflectionObject_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    32
_PerformanceTestStObject_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    33
_StCounter_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    34
_StHashSet_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    35
_StString_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    36
_stx_137libjava_137experiments_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    37
_StIdentityCounter_Init(pass,__pRT__,snd);
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    38
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    39
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    40
__END_PACKAGE__();
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    41
}