startup/modules.c
branchdirectory_structure_refactoring
changeset 1818 2e5ed72e7dfd
parent 752 ff7bc6428c9c
child 2380 9195eccdcbd9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/startup/modules.c	Thu Nov 15 22:10:02 2012 +0000
@@ -0,0 +1,22 @@
+/* $Header$
+ *
+ * DO NOT EDIT 
+ * automagically generated from the projectDefinition: stx_libjava_startup.
+ *
+ * Warning: once you modify this file, do not rerun
+ * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
+ */
+typedef void (*vf)();
+
+extern void _JavaStartup_Init();
+extern void _stx_137libjava_137startup_Init();
+
+
+static vf modules[] = {
+    _JavaStartup_Init,
+_stx_137libjava_137startup_Init,
+
+    (vf)0
+};
+
+vf *__modules__ = modules;