modules.c
author Jan Vrany <jan.vrany@labware.com>
Thu, 06 Aug 2020 09:33:44 +0100
branchjv
changeset 1626 62ac134d4f7f
parent 1442 14aa87cd5d2d
permissions -rw-r--r--
`smalltalk`: remove trailing spaces from UNIX launcher script

/* $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 _SmalltalkStartup_Init();
extern void _stx_137projects_137smalltalk_Init();


static vf modules[] = {
    _SmalltalkStartup_Init,
_stx_137projects_137smalltalk_Init,

    (vf)0
};

vf *__modules__ = modules;