source:
trunk/minix/commands/aal/byte_order.h@
16
| Last change on this file since 16 was 9, checked in by , 15 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.