Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_macros.h 


Log Message:
rename PTRINT to INTPTR

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_macros.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_macros.h        14 Jul 2008 17:27:20 -0000      1.15
+++ ewl_macros.h        14 Jul 2008 17:54:29 -0000      1.16
@@ -115,22 +115,22 @@
 #endif
 
 /**
- * @def PTRINT_TO_INT(x)
+ * @def INTPTR_TO_INT(x)
  * Does a cast from a pointer to the type int, if debug is enabled at 
  * compile-time it will add a runtime check if any information get lost.
  */
 #ifdef EWL_ENABLE_DEBUG
-# define PTRINT_TO_INT(x) ewl_cast_pointer_to_integer(x)
+# define INTPTR_TO_INT(x) ewl_cast_pointer_to_integer(x)
 #else
-# define PTRINT_TO_INT(x) ((int)((long int)(x)))
+# define INTPTR_TO_INT(x) ((int)((long int)(x)))
 #endif
 
 /**
- * @def PRTINT_TO_INT(x)
+ * @def INTPTR_TO_INT(x)
  * Does a cast from a pointer to the type int, if debug is enabled at 
  * compile-time it will add a runtime check if any information get lost.
  */
-#define INT_TO_PTRINT(x) ((void *)((long int)(x)))
+#define INT_TO_INTPTR(x) ((void *)((long int)(x)))
 
 /**
  * @}



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to