*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 30 Oct 2000 16:38:53 +0100
changeset 1107 0e6a96a9a156
parent 1106 97e2a6840142
child 1108 b5da8c780241
*** empty log message ***
libInit.cc
--- a/libInit.cc	Mon Oct 30 16:23:29 2000 +0100
+++ b/libInit.cc	Mon Oct 30 16:38:53 2000 +0100
@@ -1,3 +1,47 @@
+/*
+ * DO NOT EDIT 
+ * automatically generated from Make.proto (by make libInit.cc)
+ */
+#define __INDIRECTVMINITCALLS__
+#include <stc.h>
+#define INIT_TEXT_SECT /* as nothing */
+#ifdef WIN32
+# pragma codeseg INITCODE "INITCODE"
+#else /* not WIN32 */
+# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
+#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
+#   undef INIT_TEXT_SECT
+#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
+#  endif
+# endif /* not GNUC */
+#endif /* not WIN32 */
+#ifdef INIT_TEXT_SECT
+extern void _libcomp_Init() INIT_TEXT_SECT;
+#endif
+void _libcomp_Init(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libcomp", _libcomp_Init, "stx:libcomp");
+_Scanner_Init(pass,__pRT__,snd);
+_Parser_Init(pass,__pRT__,snd);
+_ByteCodeCompiler_Init(pass,__pRT__,snd);
+_Explainer_Init(pass,__pRT__,snd);
+_ProgramNodeEnumerator_Init(pass,__pRT__,snd);
+_Variable_Init(pass,__pRT__,snd);
+_ParseNode_Init(pass,__pRT__,snd);
+_PrimaryNode_Init(pass,__pRT__,snd);
+_VariableNode_Init(pass,__pRT__,snd);
+_SelfNode_Init(pass,__pRT__,snd);
+_SuperNode_Init(pass,__pRT__,snd);
+_ConstantNode_Init(pass,__pRT__,snd);
+_StatementNode_Init(pass,__pRT__,snd);
+_ReturnNode_Init(pass,__pRT__,snd);
+_PrimitiveNode_Init(pass,__pRT__,snd);
+_AssignmentNode_Init(pass,__pRT__,snd);
+_BlockNode_Init(pass,__pRT__,snd);
+_MessageNode_Init(pass,__pRT__,snd);
+_UnaryNode_Init(pass,__pRT__,snd);
+_BinaryNode_Init(pass,__pRT__,snd);
+_CascadeNode_Init(pass,__pRT__,snd);
 _UndefinedVariable_Init(pass,__pRT__,snd);
 _LazyMethod_Init(pass,__pRT__,snd);
 _SourceFileLoader_Init(pass,__pRT__,snd);