startup/modules.c
author Stefan Vogel <sv@exept.de>
Tue, 08 Nov 2005 17:49:17 +0100
changeset 2121 7b06266d8249
parent 749 e898eaeff091
child 2152 1cbdfbcc685c
permissions -rw-r--r--
/tmp/cvsyRpZ5v
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
/* $Header: /cvs/stx/stx/libjava/startup/modules.c,v 1.1 2011/08/18 19:06:54 vrany Exp $
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;