RE: [NeoStats-Devel] [Commits] r2396 - in trunk: . autotools src
"M" <[email protected]>
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
No I can't forsee any need for floating point support. IIRC we removed it from keeper so we should be fine removing it from confuse as well. Mark. > -----Original Message----- > From: Justin Hammond [mailto:justin-kLev/[email protected]] > Sent: 18 July 2005 13:48 > To: [email protected] > Subject: RE: [NeoStats-Devel] [Commits] r2396 - in trunk: . > autotools src > > Yep... Its something that was from confuse... But was giving > warnings, I never bothered to look to deeply at it, but > regardless, I don't think we would ever have the need for a > float or double would we? > > Justin > > > -----Original Message----- > > From: M [mailto:[email protected]] > > Sent: Sunday, July 10, 2005 5:41 AM > > To: [email protected] > > Subject: RE: [NeoStats-Devel] [Commits] r2396 - in trunk: . > > autotools src > > > > > > > Author: Fish > > > Date: Tue Mar 22 23:01:59 2005 > > > --- trunk/src/confuse.c (original) > > > +++ trunk/src/confuse.c Tue Mar 22 23:01:59 2005 > > > @@ -1392,7 +1392,12 @@ > > > fprintf(fp, "%ld", cfg_opt_getnint(opt, index)); > > > break; > > > case CFGT_FLOAT: > > > +#if 0 > > > +/* till I can figure out a autoconf check for "long floats" > > > (is there such a thing?)*/ > > > fprintf(fp, "%lf", cfg_opt_getnfloat(opt, index)); > > > +#else > > > + fprintf(fp, "%f", cfg_opt_getnfloat(opt, index)); > > > +#endif > > > > Double? > > > > Mark. > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: devel-unsubscribe-wool9L35kifE9wlyV4mCnKxOck334EZe@public.gmane.org > > For additional commands, e-mail: [email protected] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: devel-unsubscribe-wool9L35kifE9wlyV4mCnKxOck334EZe@public.gmane.org > For additional commands, e-mail: [email protected] > >