revert bitfielding of a bool to avoid possible abi break

SVN revision: 54530
This commit is contained in:
Mike Blumenkrantz 2010-11-13 12:25:45 +00:00
parent 858c38a922
commit a32b3d4c8a
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ extern "C" {
union
{
const char *strv;
Eina_Bool boolv : 1;
Eina_Bool boolv;
short shortv;
int intv;
long longv;