committer: mfx <mfx> 1050612607 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-04-17 20:50:07 +00:00
parent 390cdbba2d
commit 5c7bca5b3e
20 changed files with 80 additions and 162 deletions
+1 -3
View File
@@ -354,13 +354,11 @@ int le32_compare_signed(const void *e1, const void *e2);
// just for testing...
#if 0 && defined(__GNUC_VERSION_HEX__) && (ACC_ARCH_IA32)
# if (__GNUC_VERSION_HEX__ >= 0x030200)
#if (1 && ACC_ARCH_IA32 && ACC_CC_GNUC >= 0x030200)
typedef unsigned short LE16_unaligned __attribute__((__packed__,__aligned__(1)));
typedef unsigned int LE32_unaligned __attribute__((__packed__,__aligned__(1)));
# define LE16 LE16_unaligned
# define LE32 LE32_unaligned
# endif
#endif