Updates.
committer: mfx <mfx> 1050612607 +0000
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user