use HUGE_VAL instead of a strange double/float numerical value

do I have to add -lm to Libs in edje.pc ?


SVN revision: 45119
This commit is contained in:
Vincent Torri 2010-01-14 19:47:08 +00:00
parent ad2988b7fd
commit d1632dfd52
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ struct _Edje_External_Param
typedef struct _Edje_External_Param Edje_External_Param;
#define EDJE_EXTERNAL_INT_UNSET 0xffffffff
#define EDJE_EXTERNAL_DOUBLE_UNSET 0x1.0p255f
#define EDJE_EXTERNAL_DOUBLE_UNSET HUGE_VAL
struct _Edje_External_Param_Info
{