* c-decl.c (pushdecl): Invert sense of test for non-global types.
[official-gcc.git] / libstdc++-v3 / src / complexf.cc
blob5ef12afce18f4a86084c6a08d652dd68d1706150
1 #define FLT float
2 #define FCT(name) ::name##f
3 // Used in complex.cc to work around GCC's buggy __complex__ float support.
4 #define _GLIBCPP_FLOAT_SPECIALIZATION 1
5 #include "complex.cc"