xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/h8300/h8300-lib.h (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1 #ifdef FLOAT
2 #ifdef __H8300__
3 #define CMPtype HItype
4 #else
5 #define CMPtype SItype
6 #endif
7 #endif
8