libInit.cc
changeset 2979 1a7c0e6ca59d
parent 2971 453ac2ba069d
child 2984 4a560dd19d9a
equal deleted inserted replaced
2978:482b0d4c5ad5 2979:1a7c0e6ca59d
    14 #   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
    14 #   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
    15 #  endif
    15 #  endif
    16 # endif /* not GNUC */
    16 # endif /* not GNUC */
    17 #endif /* not WIN32 */
    17 #endif /* not WIN32 */
    18 #ifdef INIT_TEXT_SECT
    18 #ifdef INIT_TEXT_SECT
    19 extern void _libwidg2_Init() INIT_TEXT_SECT;
    19 extern void _libstx_libwidg2_Init() INIT_TEXT_SECT;
    20 #endif
    20 #endif
    21 void _libwidg2_Init(pass, __pRT__, snd)
    21 void _libstx_libwidg2_Init(pass, __pRT__, snd)
    22 OBJ snd; struct __vmData__ *__pRT__; {
    22 OBJ snd; struct __vmData__ *__pRT__; {
    23 __BEGIN_PACKAGE2__("libwidg2", _libwidg2_Init, "stx:libwidg2");
    23 __BEGIN_PACKAGE2__("libstx_libwidg2", _libstx_libwidg2_Init, "stx:libwidg2");
    24 _LicenceBox_Init(pass,__pRT__,snd);
    24 _LicenceBox_Init(pass,__pRT__,snd);
    25 _SubCanvas_Init(pass,__pRT__,snd);
    25 _SubCanvas_Init(pass,__pRT__,snd);
    26 _Slider_Init(pass,__pRT__,snd);
    26 _Slider_Init(pass,__pRT__,snd);
    27 _HorizontalSlider_Init(pass,__pRT__,snd);
    27 _HorizontalSlider_Init(pass,__pRT__,snd);
    28 _LabelledEnterField_Init(pass,__pRT__,snd);
    28 _LabelledEnterField_Init(pass,__pRT__,snd);