source:
trunk/minix/commands/aal/byte_order.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 220 bytes |
Line | |
---|---|
1 | #if defined(mc68020) || defined(mc68000) || defined(sparc) |
2 | #define BYTES_REVERSED 1 |
3 | #define WORDS_REVERSED 1 |
4 | #define CHAR_UNSIGNED 0 |
5 | #else |
6 | #define BYTES_REVERSED 0 |
7 | #define WORDS_REVERSED 0 |
8 | #define CHAR_UNSIGNED 0 |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.