eo2: macro eo_o => eo2_o for clarity

This commit is contained in:
Jérémy Zurcher 2013-07-09 13:59:34 +02:00 committed by Tom Hacohen
parent 2e3ad3be10
commit 787cffd3f9
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ EAPI void * eo2_func_get_internal(_Eo *obj, const Eo_Class *klass, Eo_Op op);
#define eo2_do_end(obj) eo_unref(obj)
#define eo_o _obj_, _objid_
#define eo2_o _obj_, _objid_
#define eo2_do(objid, ...) \
do \