application/modules.c
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 06 Sep 2019 02:30:16 +0100
changeset 183 91a467093d63
parent 180 a47acd6d73ca
permissions -rw-r--r--
Fix `VDBStackApplication >> delayedUpdateAfterThreadStopped:` ...so stopped frame is pre-selected as default. This commit essentially undo the change done in 364ebdd1d42c: Generalize `VDBInstructionListView`

/* $Header$
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: jv_vdb_application.
 *
 * Warning: once you modify this file, do not rerun
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 */
typedef void (*vf)();

extern void _VDBStartupA_Init();
extern void _jv_137vdb_137application_Init();


static vf modules[] = {
    _VDBStartupA_Init,
_jv_137vdb_137application_Init,

    (vf)0
};

vf *__modules__ = modules;