source:
bootcd/isolinux/syslinux-6.03/memdisk/compiler.h
@
dd1be7c
Last change on this file since dd1be7c was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 218 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.