repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix for asmconv - stop translating after .sect .end.
[minix.git]
/
commands
/
aal
/
byte_order.h
blob
3081cf7961092100843f4e87a81d609db69beb06
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