Fix other EINA_PURE/EINA_CONST.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Feb 2010 15:17:15 +0000 (15:17 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Feb 2010 15:17:15 +0000 (15:17 +0000)
commitec57485bee56bd0ce4cb604564ccea485a651f13
treef57c57125d4484366b79c06a4f7694c3258b26df
parent6ada20e08ab7cd76f99ea18de9f4567da86c3145
Fix other EINA_PURE/EINA_CONST.

Some of them were working because they were inline, so the compiler
would know an just ignore the flag.

For lists and rbtree there is no problem as after each operation we
must change the pointer to the new head, thus the compiler will
consider it changed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@46583 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_array.h
src/include/eina_hash.h
src/include/eina_module.h
src/include/eina_rectangle.h