mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-12 09:00:09 +08:00
Update for freebsd 13.0
Add __RUNETYPE_INTERNAL define in include/tccdefs.h
This commit is contained in:
parent
4e0e9b8f21
commit
e9f59c804d
@ -88,6 +88,7 @@
|
||||
#define __GNUC_PATCHLEVEL__ 0
|
||||
#define __GNUC_STDC_INLINE__ 1
|
||||
#define __NO_TLS 1
|
||||
#define __RUNETYPE_INTERNAL 1
|
||||
# if __SIZEOF_POINTER__ == 8
|
||||
/* FIXME, __int128_t is used by setjump */
|
||||
#define __int128_t struct { unsigned char _dummy[16] __attribute((aligned(16))); }
|
||||
|
Loading…
Reference in New Issue
Block a user