repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
keytest: show the human name together with the keycode
[syslinux.git]
/
memdisk
/
compiler.h
blob
d1b03e0624d8813378f67ac25b92d9b19bede69c
1
2
#ifdef __WATCOMC__
3
# define MEMDISK_PACKED_PREFIX _Packed
4
# define MEMDISK_PACKED_POSTFIX
5
#else
6
/* Assume GNU C for now */
7
# define MEMDISK_PACKED_PREFIX
8
# define MEMDISK_PACKED_POSTFIX __attribute__((packed))
9
#endif