mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
8 lines
96 B
C
8 lines
96 B
C
#ifdef FLOAT
|
|
#ifdef __H8300__
|
|
#define CMPtype HItype
|
|
#else
|
|
#define CMPtype SItype
|
|
#endif
|
|
#endif
|