Build again, please.
authorsachiel <sachiel>
Thu, 1 Mar 2012 16:42:03 +0000 (16:42 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Mar 2012 16:42:03 +0000 (16:42 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@68580 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_out.c

index 9c727ab..b4c541c 100644 (file)
@@ -1633,7 +1633,7 @@ data_process_lookups(void)
    Eina_List *l;
    Eina_Hash *images_in_use;
    void *data;
-   Eina_Bool is_lua = FALSE;
+   Eina_Bool is_lua = EINA_FALSE;
 
    /* remove all unreferenced Edje_Part_Collection */
    EINA_LIST_FOREACH_SAFE(edje_collections, l, l2, pc)
@@ -1686,7 +1686,7 @@ data_process_lookups(void)
        unsigned int i;
 
         if (pc->lua_script_only)
-           is_lua = TRUE;
+           is_lua = EINA_TRUE;
 #define PROGRAM_ID_SET(Type, Pc, It, Count)                            \
        for (It = 0; It < Pc->programs.Type ## _count; ++It)            \
          {                                                             \