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