compiler/cli/modules.c
changeset 16 17a2d1d9f205
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compiler/cli/modules.c	Fri Sep 25 03:51:15 2015 +0100
@@ -0,0 +1,22 @@
+/* $Header$
+ *
+ * DO NOT EDIT 
+ * automagically generated from the projectDefinition: jv_tea_compiler_cli.
+ *
+ * Warning: once you modify this file, do not rerun
+ * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
+ */
+typedef void (*vf)();
+
+extern void _TCompilerCommand_Init();
+extern void _jv_137tea_137compiler_137cli_Init();
+
+
+static vf modules[] = {
+    _TCompilerCommand_Init,
+_jv_137tea_137compiler_137cli_Init,
+
+    (vf)0
+};
+
+vf *__modules__ = modules;