1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-27 05:20:20 -04:00

a bit more proper initializing of Irssi package..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2180 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-03 14:40:54 +00:00 committed by cras
parent 1eeb5cf362
commit cb0c661069

View File

@ -97,11 +97,14 @@ XS(boot_Irssi_Core)
irssi_boot(Irc);
irssi_boot(UI);
irssi_boot(TextUI);
XSRETURN_YES;
}
#endif
static void xs_init(void)
{
dXSUB_SYS;
#if PERL_STATIC_LIBS == 1
newXS("Irssi::Core::boot_Irssi_Core", boot_Irssi_Core, __FILE__);
#endif