libInit.cc
changeset 1823 8ffa1971b71a
parent 1695 1fa3d6f95778
child 1830 591058dff89b
--- a/libInit.cc	Sat Aug 12 16:49:46 2006 +0200
+++ b/libInit.cc	Fri Aug 18 14:01:30 2006 +0200
@@ -16,11 +16,11 @@
 # endif /* not GNUC */
 #endif /* not WIN32 */
 #ifdef INIT_TEXT_SECT
-extern void _libcomp_Init() INIT_TEXT_SECT;
+extern void _libstx_libcomp_Init() INIT_TEXT_SECT;
 #endif
-void _libcomp_Init(pass, __pRT__, snd)
+void _libstx_libcomp_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libcomp", _libcomp_Init, "stx:libcomp");
+__BEGIN_PACKAGE2__("libstx_libcomp", _libstx_libcomp_Init, "stx:libcomp");
 _ParserFlags_Init(pass,__pRT__,snd);
 _Scanner_Init(pass,__pRT__,snd);
 _Parser_Init(pass,__pRT__,snd);