Enlightenment CVS committal Author : turran Project : e17 Module : proto/enesim
Dir : e17/proto/enesim/src/lib/util Modified Files: fixed_16p16.h Log Message: + Match new Edata_Array API + Remove scanline library dependency =================================================================== RCS file: /cvs/e/e17/proto/enesim/src/lib/util/fixed_16p16.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- fixed_16p16.h 11 Dec 2007 16:03:26 -0000 1.1 +++ fixed_16p16.h 16 Dec 2007 23:49:15 -0000 1.2 @@ -82,11 +82,10 @@ static inline enesim_16p16_t enesim_16p16_div(enesim_16p16_t a, enesim_16p16_t b) { - long int r = (((long int) a) << 32); #ifdef ENESIM_OVERFLOW #else #endif - return (enesim_16p16_t)((r / b) >> 16); + return a; } #endif ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs