compiler/cli/modules.c
changeset 16 17a2d1d9f205
equal deleted inserted replaced
15:10a95d798b36 16:17a2d1d9f205
       
     1 /* $Header$
       
     2  *
       
     3  * DO NOT EDIT 
       
     4  * automagically generated from the projectDefinition: jv_tea_compiler_cli.
       
     5  *
       
     6  * Warning: once you modify this file, do not rerun
       
     7  * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
       
     8  */
       
     9 typedef void (*vf)();
       
    10 
       
    11 extern void _TCompilerCommand_Init();
       
    12 extern void _jv_137tea_137compiler_137cli_Init();
       
    13 
       
    14 
       
    15 static vf modules[] = {
       
    16     _TCompilerCommand_Init,
       
    17 _jv_137tea_137compiler_137cli_Init,
       
    18 
       
    19     (vf)0
       
    20 };
       
    21 
       
    22 vf *__modules__ = modules;