source:
bootcd/isolinux/syslinux-6.03/memdisk/compiler.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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.