tests/libInit.cc
author Stefan Vogel <sv@exept.de>
Thu, 11 Apr 2019 18:33:00 +0200
branchcvs_MAIN
changeset 3896 0467a3e7cc0f
parent 3412 df11bb428463
child 3513 5581377e87fa
permissions -rw-r--r--
#REFACTORING by stefan class: JavaNativeMethodImpl_OpenJDK6 class changed: #_java_io_UnixFileSystem_canonicalize0:_: #_java_io_WinNTFileSystem_canonicalize0:_: #_java_io_WinNTFileSystem_canonicalizeWithPrefix0:_:_: use \"asFilename pathName\" instead of \"asFilename asAbsoluteFilename pathName\" ist is equivalent!

/*
 * $Header: /cvs/stx/stx/libjava/tests/libInit.cc,v 1.2 2015-03-20 13:29:46 vrany Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libjava_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_libjava_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_libjava_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_libjava_tests_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libjava_tests__DFN", _libstx_libjava_tests_InitDefinition, "stx:libjava/tests");
_stx_137libjava_137tests_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_libjava_tests_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libjava_tests", _libstx_libjava_tests_Init, "stx:libjava/tests");
_stx_137libjava_137tests_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}