E (conf_theme): Fix double define of _X for OpenBSD systems. Reported

by rustyBSD.



SVN revision: 75519
This commit is contained in:
Christopher Michael 2012-08-22 07:07:16 +00:00
parent a8beb0950c
commit fcea89adb0
1 changed files with 6 additions and 6 deletions

View File

@ -232,7 +232,7 @@ _color_class_list_selection_idler(void *data)
if ((!enabled) && (ccc->val.enabled))
enabled = EINA_TRUE;
#define _X(_n) \
#define _CX(_n) \
do \
{ \
for (i = 0; i < 3; i++) \
@ -249,11 +249,11 @@ _color_class_list_selection_idler(void *data)
} \
while (0)
_X(r);
_X(g);
_X(b);
_X(a);
#undef _X
_CX(r);
_CX(g);
_CX(b);
_CX(a);
#undef _CX
}
for (i = 0; i < 3; i++)