mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
Allow _unaligned and __unaligned on WIN32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user