compiler/libInit.cc
changeset 1 18b4a3b98e96
child 2 2a3e47c13905
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compiler/libInit.cc	Tue Aug 25 19:02:43 2015 +0100
@@ -0,0 +1,47 @@
+/*
+ * $Header$
+ *
+ * DO NOT EDIT
+ * automagically generated from the projectDefinition: jv_tea_compiler.
+ */
+#define __INDIRECTVMINITCALLS__
+#include <stc.h>
+
+#ifdef WIN32
+# pragma codeseg INITCODE "INITCODE"
+#endif
+
+#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
+DLL_EXPORT void _libjv_tea_compiler_Init() INIT_TEXT_SECTION;
+DLL_EXPORT void _libjv_tea_compiler_InitDefinition() INIT_TEXT_SECTION;
+#endif
+
+void _libjv_tea_compiler_InitDefinition(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libjv_tea_compiler__DFN", _libjv_tea_compiler_InitDefinition, "jv:tea/compiler");
+_jv_137tea_137compiler_Init(pass,__pRT__,snd);
+
+__END_PACKAGE__();
+}
+
+void _libjv_tea_compiler_Init(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libjv_tea_compiler", _libjv_tea_compiler_Init, "jv:tea/compiler");
+_TCompiler_Init(pass,__pRT__,snd);
+_TFormatter_Init(pass,__pRT__,snd);
+_THostProtoObject_Init(pass,__pRT__,snd);
+_TLanguage_Init(pass,__pRT__,snd);
+_TMethod_Init(pass,__pRT__,snd);
+_TParser_Init(pass,__pRT__,snd);
+_TType_Init(pass,__pRT__,snd);
+_TTypeNode_Init(pass,__pRT__,snd);
+_TTypeSpecNode_Init(pass,__pRT__,snd);
+_jv_137tea_137compiler_Init(pass,__pRT__,snd);
+_TSimpleType_Init(pass,__pRT__,snd);
+_TSimpleTypeNode_Init(pass,__pRT__,snd);
+_TUnionType_Init(pass,__pRT__,snd);
+_TUnionTypeNode_Init(pass,__pRT__,snd);
+
+_jv_137tea_137compiler_extensions_Init(pass,__pRT__,snd);
+__END_PACKAGE__();
+}