source: bootcd/isolinux/syslinux-6.03/memdisk/compiler.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
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.