libInit.cc
changeset 6917 6d6b83ffee28
parent 6804 61d20a7b1947
child 6983 65476e5df8fc
--- a/libInit.cc	Fri Aug 18 13:09:03 2006 +0200
+++ b/libInit.cc	Fri Aug 18 16:04:45 2006 +0200
@@ -16,11 +16,11 @@
 # endif /* not GNUC */
 #endif /* not WIN32 */
 #ifdef INIT_TEXT_SECT
-extern void _libtool_Init() INIT_TEXT_SECT;
+extern void _libstx_libtool_Init() INIT_TEXT_SECT;
 #endif
-void _libtool_Init(pass, __pRT__, snd)
+void _libstx_libtool_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libtool", _libtool_Init, "stx:libtool");
+__BEGIN_PACKAGE2__("libstx_libtool", _libstx_libtool_Init, "stx:libtool");
 _SystemBrowser_Init(pass,__pRT__,snd);
 _BrowserView_Init(pass,__pRT__,snd);
 _ChangesBrowser_Init(pass,__pRT__,snd);