xref: /freebsd/contrib/gdtoa/printf.c (revision e1c4c8dd8d2d10b6104f06856a77bd5b4813a801)
1 #ifdef __sun
2 #define Use_GDTOA_Qtype
3 #else
4 #if defined(__i386) || defined(__x86_64)
5 #define Use_GDTOA_for_i386_long_double
6 #endif
7 #endif
8 #include "printf.c0"
9