startup/modules.c
author hlopkmar
Sat, 01 Dec 2012 22:06:11 +0000
branchdevelopment
changeset 1851 d74d5dc547f3
parent 1818 2e5ed72e7dfd
child 2380 9195eccdcbd9
permissions -rw-r--r--
junit tests for param annotations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     1
/* $Header$
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     2
 *
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     3
 * DO NOT EDIT 
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     4
 * automagically generated from the projectDefinition: stx_libjava_startup.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     5
 *
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     6
 * Warning: once you modify this file, do not rerun
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     7
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     8
 */
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     9
typedef void (*vf)();
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    10
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    11
extern void _JavaStartup_Init();
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    12
extern void _stx_137libjava_137startup_Init();
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    13
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    14
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    15
static vf modules[] = {
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    16
    _JavaStartup_Init,
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    17
_stx_137libjava_137startup_Init,
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    18
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    19
    (vf)0
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    20
};
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    21
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    22
vf *__modules__ = modules;