First, I am able to resolve C's preprocessor myself, secondly don't
cite me wrong.  I wrote that this code we have in math.h could be
replaced by:

#if defined (__x86_64__) || (defined (__FLT_EVAL_METHOD__) &&
__FLT_EVAL_METHOD__ == 0)
typedef float float_t;
typedef double double_t;
#else
typedef long double float_t;
typedef long double double_t;
#endif

and not by that you've cite me. (to be noted there is no #elif clause
in my post).

Kai

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to