tasn pushed a commit to branch master.

commit 007bdd41c1d70a544176ddddf07d8a7b271a78e3
Author: Tom Hacohen <[email protected]>
Date:   Wed Apr 24 16:55:11 2013 +0100

    Eo: Eo_Class_Id should be uintptr_t not size_t.
---
 src/lib/eo/eo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 9c90a48..35ac937 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -21,7 +21,7 @@ int _eo_log_dom = -1;
  * An Id of a class.
  * @ingroup Eo_Class
  */
-typedef size_t Eo_Class_Id;
+typedef uintptr_t Eo_Class_Id;
 
 typedef struct _Eo_Class _Eo_Class;
 

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to