mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Merge pull request #1474 from ailin-nemui/perl5380
fix usage of $type in ExtUtils::ParseXS 3.50
(cherry picked from commit da49ec62e6
)
This commit is contained in:
parent
7f67b5deb0
commit
7f32ed012c
@ -28,5 +28,5 @@ T_IrssiObj
|
||||
$arg = iobject_bless((SERVER_REC *)$var);
|
||||
|
||||
T_PlainObj
|
||||
$arg = plain_bless($var, \"$type\");
|
||||
$arg = plain_bless($var, \"$ntype\");
|
||||
|
||||
|
@ -36,5 +36,5 @@ T_DccObj
|
||||
$arg = simple_iobject_bless((DCC_REC *)$var);
|
||||
|
||||
T_PlainObj
|
||||
$arg = plain_bless($var, \"$type\");
|
||||
$arg = plain_bless($var, \"$ntype\");
|
||||
|
||||
|
@ -18,7 +18,7 @@ T_BufferLineWrapper
|
||||
OUTPUT
|
||||
|
||||
T_PlainObj
|
||||
$arg = plain_bless($var, \"$type\");
|
||||
$arg = plain_bless($var, \"$ntype\");
|
||||
|
||||
T_BufferLineWrapper
|
||||
$arg = perl_buffer_line_bless($var);
|
||||
|
@ -13,5 +13,5 @@ T_PlainObj
|
||||
OUTPUT
|
||||
|
||||
T_PlainObj
|
||||
$arg = plain_bless($var, \"$type\");
|
||||
$arg = plain_bless($var, \"$ntype\");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user