Eina list: eina_list_data_set is *not* pure.
authortasn <tasn>
Thu, 4 Aug 2011 06:44:19 +0000 (06:44 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 4 Aug 2011 06:44:19 +0000 (06:44 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@62081 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_list.h

index aabe9bf..8a8f25e 100644 (file)
@@ -1261,7 +1261,7 @@ static inline void        *eina_list_data_get(const Eina_List *list) EINA_PURE E
  *
  * @warning @p list must be a pointer to the first element of the list.
  */
-static inline void        *eina_list_data_set(Eina_List *list, const void *data) EINA_PURE;
+static inline void        *eina_list_data_set(Eina_List *list, const void *data);
 
 /**
  * @brief Get the count of the number of items in a list.