forked from PsychoticNinja/irssi
define empty aTHX_ too if it's not defined
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2932 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1c7fc48b08
commit
dc2a4c620e
@ -36,6 +36,10 @@ extern STRLEN PL_na;
|
|||||||
# define pTHX_
|
# define pTHX_
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef aTHX_
|
||||||
|
# define aTHX_
|
||||||
|
#endif
|
||||||
|
|
||||||
#define iobject_bless(object) \
|
#define iobject_bless(object) \
|
||||||
((object) == NULL ? &PL_sv_undef : \
|
((object) == NULL ? &PL_sv_undef : \
|
||||||
irssi_bless_iobject((object)->type, (object)->chat_type, object))
|
irssi_bless_iobject((object)->type, (object)->chat_type, object))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user