2015-10-15 10:25:28 +02:00

8 lines
96 B
C

#ifdef FLOAT
#ifdef __H8300__
#define CMPtype HItype
#else
#define CMPtype SItype
#endif
#endif