Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_actions.c Log Message: #Define MAX for systems that do not have it (Solaris). Fixes bug #186. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v retrieving revision 1.108 retrieving revision 1.109 diff -u -3 -r1.108 -r1.109 --- e_actions.c 28 Aug 2007 10:58:33 -0000 1.108 +++ e_actions.c 4 Sep 2007 16:48:11 -0000 1.109 @@ -3,6 +3,10 @@ */ #include "e.h" +#ifndef MAX +# define MAX(x, y) (((x) > (y)) ? (x) : (y)) +#endif + #define INITS #define ACT_GO(name) \ { \ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs