mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue