aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/diag~.c
blob: aca076fd0b1d2a197138316b1352f0d4033e53e3 (plain)
1
2
3
4
5
6
7
8
#ifndef __i386__
#define IS_DENORMAL(f) f
#else
#include "../../creb/include/extlib_util.h"
#endif
#ifndef __APPLE__
#include "../../creb/modules/diag.c"
#endif