compiler/tests/libInit.cc
changeset 391 553a5456963b
child 413 5389e6fbb3bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compiler/tests/libInit.cc	Sun Oct 26 01:03:31 2014 +0000
@@ -0,0 +1,41 @@
+/*
+ * $Header$
+ *
+ * DO NOT EDIT
+ * automagically generated from the projectDefinition: stx_goodies_petitparser_compiler_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_compiler_tests_Init() INIT_TEXT_SECTION;
+DLL_EXPORT void _libstx_goodies_petitparser_compiler_tests_InitDefinition() INIT_TEXT_SECTION;
+#endif
+
+void _libstx_goodies_petitparser_compiler_tests_InitDefinition(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler_tests__DFN", _libstx_goodies_petitparser_compiler_tests_InitDefinition, "stx:goodies/petitparser/compiler/tests");
+_stx_137goodies_137petitparser_137compiler_137tests_Init(pass,__pRT__,snd);
+
+__END_PACKAGE__();
+}
+
+void _libstx_goodies_petitparser_compiler_tests_Init(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libstx_goodies_petitparser_compiler_tests", _libstx_goodies_petitparser_compiler_tests_Init, "stx:goodies/petitparser/compiler/tests");
+_PPCContextMementoTest_Init(pass,__pRT__,snd);
+_PPCContextTest_Init(pass,__pRT__,snd);
+_PPCGuardTest_Init(pass,__pRT__,snd);
+_PPCMockCompiler_Init(pass,__pRT__,snd);
+_PPCNodeTest_Init(pass,__pRT__,snd);
+_PPCOptimizingTest_Init(pass,__pRT__,snd);
+_PPCompiledSmalltalkGrammarResource_Init(pass,__pRT__,snd);
+_stx_137goodies_137petitparser_137compiler_137tests_Init(pass,__pRT__,snd);
+
+
+__END_PACKAGE__();
+}