mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-03 01:48:41 +08:00
Allow _unaligned and __unaligned on WIN32
This commit is contained in:
parent
b006b98334
commit
24c930a9b8
@ -68,9 +68,11 @@
|
|||||||
#define __WINT_TYPE__ int
|
#define __WINT_TYPE__ int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined _WIN32
|
||||||
/* extension to generate different code on old cpu's (>20y ago) */
|
/* extension to generate different code on old cpu's (>20y ago) */
|
||||||
#define _unaligned
|
#define _unaligned
|
||||||
#define __unaligned
|
#define __unaligned
|
||||||
|
#endif
|
||||||
|
|
||||||
#if __STDC_VERSION__ >= 201112L
|
#if __STDC_VERSION__ >= 201112L
|
||||||
# define __STDC_NO_ATOMICS__ 1
|
# define __STDC_NO_ATOMICS__ 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user