Update for freebsd 13.0

Add __RUNETYPE_INTERNAL define in include/tccdefs.h
This commit is contained in:
herman ten brugge 2022-02-08 18:53:16 +01:00
parent 4e0e9b8f21
commit e9f59c804d

View File

@ -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))); }