made code C89 compliant (changed unnamed union in attributes)
[libfirm] / ir / be / mips / mips_util.h
1 #ifndef _MIPS_UTIL_H_
2 #define _MIPS_UTIL_H_
3
4 #define ASSERT_NO_FLOAT(mode) { assert(  (!mode_is_float(mode)) && "floating point not supported (yet)"); }
5
6 #endif