make terminology compile with efl 1.8

This commit is contained in:
Boris Faure 2014-08-20 19:47:24 +02:00
parent 4b425b9054
commit 1f68d2836b
1 changed files with 1 additions and 1 deletions

View File

@ -2823,7 +2823,7 @@ _translate_options(void)
Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs; Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs;
while ((desc->shortname != '\0') || (desc->longname) while ((desc->shortname != '\0') || (desc->longname)
#if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8) #if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 9)
|| (desc->action == ECORE_GETOPT_ACTION_CATEGORY) || (desc->action == ECORE_GETOPT_ACTION_CATEGORY)
#endif #endif
) )