eina: reorder init as eina_error need eina_stringshare.

SVN revision: 66383
This commit is contained in:
Cedric BAIL 2011-12-20 11:00:59 +00:00
parent 206c40e59a
commit ae86b8203f
1 changed files with 4 additions and 4 deletions

View File

@ -161,6 +161,7 @@ struct eina_desc_setup
static const struct eina_desc_setup _eina_desc_setup[] = {
#define S(x) {# x, eina_ ## x ## _init, eina_ ## x ## _shutdown}
/* log is a special case as it needs printf */
S(stringshare),
S(error),
S(safety_checks),
S(magic_string),
@ -171,7 +172,6 @@ static const struct eina_desc_setup _eina_desc_setup[] = {
S(mempool),
S(list),
S(binshare),
S(stringshare),
S(ustringshare),
S(matrixsparse),
S(convert),