aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/bdiag~.c
blob: 1142b55928bf836d4da5ae81198675f475d8cadc (plain)
1
2
3
4
5
6
7
#ifndef __i386__
#define IS_DENORMAL(f) f
#endif
/* this doesn't work on Mac OS X now <hans@eds.org> */
#ifndef __APPLE__
#include "../../creb/modules/bdiag.c"
#endif