startup/modules.c
author Claus Gittinger <cg@exept.de>
Wed, 12 Dec 2018 18:30:10 +0100
branchcvs_MAIN
changeset 3864 9fe3d7e3ed9e
parent 3412 df11bb428463
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3412
df11bb428463 Merged with mercurial revision 4f3cc813be4 (8 changesets total)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3360
diff changeset
     1
/* $Header: /cvs/stx/stx/libjava/startup/modules.c,v 1.6 2015-03-20 13:29:45 vrany Exp $
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
 *
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
 * DO NOT EDIT 
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
 * automagically generated from the projectDefinition: stx_libjava_startup.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
 *
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
 * Warning: once you modify this file, do not rerun
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
 */
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
typedef void (*vf)();
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
extern void _JavaStartup_Init();
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
extern void _stx_137libjava_137startup_Init();
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
static vf modules[] = {
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
    _JavaStartup_Init,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
_stx_137libjava_137startup_Init,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
    (vf)0
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
};
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
vf *__modules__ = modules;