top level:
[official-gcc.git] / libstdc++-v3 / src / complexl.cc
blob4c11abd9407eb8f418ef5e7835d06740e6628af1
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