mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
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_
|
||||
#endif
|
||||
|
||||
#ifndef aTHX_
|
||||
# define aTHX_
|
||||
#endif
|
||||
|
||||
#define iobject_bless(object) \
|
||||
((object) == NULL ? &PL_sv_undef : \
|
||||
irssi_bless_iobject((object)->type, (object)->chat_type, object))
|
||||
|
Loading…
Reference in New Issue
Block a user