startup/modules.c
author Claus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 14:03:15 +0100
branchcvs_MAIN
changeset 3997 5bb44f7e1d20
parent 3412 df11bb428463
permissions -rw-r--r--
#REFACTORING by exept class: Java class changed: #dumpConfigOn:

/* $Header: /cvs/stx/stx/libjava/startup/modules.c,v 1.6 2015-03-20 13:29:45 vrany Exp $
 *
 * 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;