mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
8 lines
158 B
C
8 lines
158 B
C
#ifdef __sun
|
|
#define Use_GDTOA_Qtype
|
|
#else
|
|
#if defined(__i386) || defined(__x86_64)
|
|
#define Use_GDTOA_for_i386_long_double
|
|
#endif
|
|
#endif
|
|
#include "printf.c0"
|