* support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
[fw/sdcc] / support / regression / tests / float_trans.c
index c068b14234fc6bccd585b79a6ae63a50951095fe..2468a607924c215d409bab853017e1fab52c54a3 100644 (file)
@@ -6,7 +6,9 @@
 #include <testfwk.h>
 #include <math.h>
 
+#if defined (__STDC_IEC_559__) || defined (SDCC)
 #define {func} 1
+#endif
 
 void
 testTrans(void)