1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-20 05:13:37 -04: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:
Timo Sirainen 2002-09-22 15:53:39 +00:00 committed by cras
parent 1c7fc48b08
commit dc2a4c620e

View File

@ -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))