tasn pushed a commit to branch master.

commit 45fdd4574e313986cd11766c4addc60b00e08393
Author: Tom Hacohen <[email protected]>
Date:   Thu Apr 11 15:10:42 2013 +0100

    Eo base: Reduce object memory footprint.
---
 src/lib/eo/eo_base_class.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/eo_base_class.c b/src/lib/eo/eo_base_class.c
index 331eeca..01def69 100644
--- a/src/lib/eo/eo_base_class.c
+++ b/src/lib/eo/eo_base_class.c
@@ -19,8 +19,8 @@ typedef struct
    Eo ***wrefs;
 
    Eo_Callback_Description *callbacks;
-   int walking_list;
-   int event_freeze_count;
+   unsigned short walking_list;
+   unsigned short event_freeze_count;
    Eina_Bool deletions_waiting : 1;
 } Private_Data;
 

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to