mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
1eeb5cf362
commit
cb0c661069
@ -97,11 +97,14 @@ XS(boot_Irssi_Core)
|
|||||||
irssi_boot(Irc);
|
irssi_boot(Irc);
|
||||||
irssi_boot(UI);
|
irssi_boot(UI);
|
||||||
irssi_boot(TextUI);
|
irssi_boot(TextUI);
|
||||||
|
XSRETURN_YES;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void xs_init(void)
|
static void xs_init(void)
|
||||||
{
|
{
|
||||||
|
dXSUB_SYS;
|
||||||
|
|
||||||
#if PERL_STATIC_LIBS == 1
|
#if PERL_STATIC_LIBS == 1
|
||||||
newXS("Irssi::Core::boot_Irssi_Core", boot_Irssi_Core, __FILE__);
|
newXS("Irssi::Core::boot_Irssi_Core", boot_Irssi_Core, __FILE__);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user