Retro68/gcc/libgcc/config/avr/avr-lib.h

7 lines
119 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
#ifdef FLOAT
#define CMPtype QItype
#define DF SF
#define DI SI
typedef int QItype __attribute__ ((mode (QI)));
#endif