modules.c
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 May 2012 21:36:16 +0200
changeset 1248 6bd2a6161d0b
parent 735 cefe768e2f90
child 1442 14aa87cd5d2d
permissions -rw-r--r--
Fixes in preference reading in smalltalk.rc

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

extern void _stx_137projects_137smalltalk_Init();


static vf modules[] = {
    _stx_137projects_137smalltalk_Init,

    (vf)0
};

vf *__modules__ = modules;