OSDN Git Service

2000-04-21 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / complexl.cc
1 #include <bits/c++config.h>
2 #ifdef _GLIBCPP_HAVE_SINL
3 /* We compile these functions only when we have the long double functions
4    available.  */
5 #define FLT long double
6 #define FCT(name) ::name##l
7 #include "complex.cc"
8 #endif