commented out hypot prototype : it conflicts with glibc signature when building libstdc++ which uses glibc headers

zooey agreed when discussing this (and we hope this don't break anything)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11660 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-03-10 19:56:11 +00:00
parent a3810a32ee
commit d67f94ca9d
+1 -1
View File
@@ -311,7 +311,7 @@ operator != (_FLT x, const complex<_FLT>& y)
}
// Some targets don't provide a prototype for hypot when -ansi.
extern "C" double hypot (double, double) __attribute__ ((const));
//extern "C" double hypot (double, double) __attribute__ ((const));
template <class _FLT> inline _FLT
abs (const complex<_FLT>& x) __attribute__ ((const));