Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_private.h 


Log Message:
tweak
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- edje_private.h      29 Oct 2004 15:14:43 -0000      1.73
+++ edje_private.h      29 Oct 2004 15:43:50 -0000      1.74
@@ -23,7 +23,7 @@
 #include "Edje_Edit.h"
 
 #ifndef ABS
-#define ABS(x) x < 0 ? -x : x
+#define ABS(x) (x < 0 ? -x : x)
 #endif
 
 /* increment this when the EET data descriptors have changed and old




-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to