efl/legacy/eina/src
Gustavo Sverzut Barbieri 27f001875b Fix EINA_INLIST_GET() macro.
now EINA_INLIST_GET(bla)->next will work, before it was like

 &bla->__in_list->next

which is wrong, since __in_list is not a pointer, rather the memory itself.



SVN revision: 39210
2009-02-25 16:24:00 +00:00
..
include Fix EINA_INLIST_GET() macro. 2009-02-25 16:24:00 +00:00
lib * eina/src/lib/eina_list.c: Use less code. 2009-02-25 10:46:14 +00:00
modules * eina/m4/efl_pthread.m4, 2009-02-17 14:18:14 +00:00
tests Fix wrong order and useless double include. 2009-01-20 15:40:36 +00:00
.cvsignore Add .cvsignore. 2008-07-30 13:09:03 +00:00
Makefile.am Patch from Vincent Torri that cleanup tests, coverage and benchmark. 2008-09-29 14:35:28 +00:00