s/benchmarks/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 18 Mar 2016 22:41:49 +0000
changeset 312 c9a8fa71d8fc
parent 19 07c1ed316adc
permissions -rw-r--r--
Web: Fixed filtering by tags in "Results" page "Results" page not allow for filtering by tags. * If both, configuration and tags are specified, only reports for specified configurations AND with at least one of the specified tags are shown. * If only tags are specified, then all reports on all configurations having at keast one of specified tags are shown. Kudos to Jan Kurs for forcing me to fix this :-)

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

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libjv_calipel_s_benchmarks_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_calipel_s_benchmarks_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libjv_calipel_s_benchmarks_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_calipel_s_benchmarks__DFN", _libjv_calipel_s_benchmarks_InitDefinition, "jv:calipel/s/benchmarks");
_jv_137calipel_137s_137benchmarks_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libjv_calipel_s_benchmarks_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_calipel_s_benchmarks", _libjv_calipel_s_benchmarks_Init, "jv:calipel/s/benchmarks");
_jv_137calipel_137s_137benchmarks_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}