eo: another small micro optimization giving a 10% speed increase.

This commit is contained in:
Cedric Bail 2013-07-03 12:53:25 +09:00
parent bf482c7742
commit a865b77c14
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ _eo_kls_itr_func_get(const _Eo_Class *cur_klass, Eo_Op op)
} \
while (0)
static Eina_Bool
static inline Eina_Bool
_eo_op_internal(const char *file, int line, _Eo *obj, const _Eo_Class *cur_klass,
Eo_Op_Type op_type, Eo_Op op, va_list *p_list)
{