]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/elitaire/files/math.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / elitaire / files / math.patch
1 --- elitaire-0.0.4/src/Elitaire.h~      2005-08-15 06:32:32.000000000 -0700
2 +++ elitaire-0.0.4/src/Elitaire.h       2005-09-29 19:19:25.000000000 -0700
3 @@ -3,6 +3,11 @@
4  #include<Evas.h>
5  #include<Edje.h>
6  #include"intl.h"
7 +#include<tgmath.h>
8 +
9 +#ifndef ABS
10 +#define ABS(x) ((x) >= 0 ? (x) : -(x))
11 +#endif
12  
13  struct Elitaire{
14