Re: [E-devel] finite() considered obsolete.

2011-04-11 Thread Vincent Torri
On Tue, 12 Apr 2011, David Seikel wrote: > On Mon, 11 Apr 2011 21:42:16 +0200 (CEST) Vincent Torri > wrote: > >> >> >> On Sat, 9 Apr 2011, David Seikel wrote: >> >>> On Thu, 7 Apr 2011 16:40:46 +0200 (CEST) Vincent Torri >>> wrote: >>> On Fri, 8 Apr 2011, David Seikel wrote: >>>

Re: [E-devel] finite() considered obsolete.

2011-04-11 Thread David Seikel
On Mon, 11 Apr 2011 21:42:16 +0200 (CEST) Vincent Torri wrote: > > > On Sat, 9 Apr 2011, David Seikel wrote: > > > On Thu, 7 Apr 2011 16:40:46 +0200 (CEST) Vincent Torri > > wrote: > > > >> > >> > >> On Fri, 8 Apr 2011, David Seikel wrote: > >> > >>> Ecore uses a call to finite(), this call s

Re: [E-devel] finite() considered obsolete.

2011-04-11 Thread Vincent Torri
On Sat, 9 Apr 2011, David Seikel wrote: > On Thu, 7 Apr 2011 16:40:46 +0200 (CEST) Vincent Torri > wrote: > >> >> >> On Fri, 8 Apr 2011, David Seikel wrote: >> >>> Ecore uses a call to finite(), this call seems to be obsolete. It >>> is replaced by a macro isfinite(). I'm wondering if we shou

Re: [E-devel] finite() considered obsolete.

2011-04-08 Thread David Seikel
On Thu, 7 Apr 2011 16:40:46 +0200 (CEST) Vincent Torri wrote: > > > On Fri, 8 Apr 2011, David Seikel wrote: > > > Ecore uses a call to finite(), this call seems to be obsolete. It > > is replaced by a macro isfinite(). I'm wondering if we should fix > > that, and what our portability experts

Re: [E-devel] finite() considered obsolete.

2011-04-07 Thread Vincent Torri
On Fri, 8 Apr 2011, David Seikel wrote: > Ecore uses a call to finite(), this call seems to be obsolete. It is > replaced by a macro isfinite(). I'm wondering if we should fix that, > and what our portability experts think? > > It's used in _ecore_main_select() in ecore_main.c. I don't think

[E-devel] finite() considered obsolete.

2011-04-07 Thread David Seikel
Ecore uses a call to finite(), this call seems to be obsolete. It is replaced by a macro isfinite(). I'm wondering if we should fix that, and what our portability experts think? It's used in _ecore_main_select() in ecore_main.c. I don't think it is used anywhere else in current svn. In my curr