# HG changeset patch # User Claus Gittinger # Date 873571223 -7200 # Node ID 10bf2a6c292ded1f2c3e6e554830eed2a83e5a8f # Parent 33d13a59b6f94ea50d34c272dd6ad9b373f2a8a3 *** empty log message *** diff -r 33d13a59b6f9 -r 10bf2a6c292d libInit.cc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libInit.cc Sat Sep 06 20:40:23 1997 +0200 @@ -0,0 +1,26 @@ + +#ifndef OLDVMDATA +# define __INDIRECTVMINITCALLS__ +#endif +#include +_libtool2_Init(pass, __pRT__, snd) +#ifdef OLDVMDATA +OBJ snd; struct __initTab__ *__pRT__; { +#else +OBJ snd; struct __vmData__ *__pRT__; { +#endif + __BEGIN_PACKAGE__("libtool2", _libtool2_Init); +_ColorMenu_Init(pass,__pRT__,snd); +_FontMenu_Init(pass,__pRT__,snd); +_MenuEditor_Init(pass,__pRT__,snd); +_ResourceRetriever_Init(pass,__pRT__,snd); +_UIGalleryView_Init(pass,__pRT__,snd); +_UIHelpTool_Init(pass,__pRT__,snd); +_UILayoutTool_Init(pass,__pRT__,snd); +_UIObjectView_Init(pass,__pRT__,snd); +_UIPainter_Init(pass,__pRT__,snd); +_UIPainterView_Init(pass,__pRT__,snd); +_UISelectionPanel_Init(pass,__pRT__,snd); +_UISpecificationTool_Init(pass,__pRT__,snd); + __END_PACKAGE__(); +} diff -r 33d13a59b6f9 -r 10bf2a6c292d vmslibinit.cc --- a/vmslibinit.cc Sat Sep 06 19:22:03 1997 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#define __INDIRECTVMINITCALLS__ -#include -_libtool2_Init(pass, __pRT__, snd) -OBJ snd; struct __vmData__ *__pRT__; { - __BEGIN_PACKAGE__("libtool2", _libtool2_Init); -_ColorMenu_Init(pass,__pRT__,snd); -_FontMenu_Init(pass,__pRT__,snd); -_MenuEditor_Init(pass,__pRT__,snd); -_ResourceRetriever_Init(pass,__pRT__,snd); -_UIGalleryView_Init(pass,__pRT__,snd); -_UIHelpTool_Init(pass,__pRT__,snd); -_UILayoutTool_Init(pass,__pRT__,snd); -_UIObjectView_Init(pass,__pRT__,snd); -_UIPainter_Init(pass,__pRT__,snd); -_UIPainterView_Init(pass,__pRT__,snd); -_UISelectionPanel_Init(pass,__pRT__,snd); -_UISpecificationTool_Init(pass,__pRT__,snd); - __END_PACKAGE__(); -}