mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-10 08:50:07 +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
|
||||
#endif
|
||||
|
||||
#if !defined _WIN32
|
||||
/* extension to generate different code on old cpu's (>20y ago) */
|
||||
#define _unaligned
|
||||
#define __unaligned
|
||||
#endif
|
||||
|
||||
#if __STDC_VERSION__ >= 201112L
|
||||
# define __STDC_NO_ATOMICS__ 1
|
||||
|
Loading…
Reference in New Issue
Block a user