From e9f59c804d41da9ba56493d5882fb75340d23c8e Mon Sep 17 00:00:00 2001 From: herman ten brugge Date: Tue, 8 Feb 2022 18:53:16 +0100 Subject: [PATCH] Update for freebsd 13.0 Add __RUNETYPE_INTERNAL define in include/tccdefs.h --- include/tccdefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tccdefs.h b/include/tccdefs.h index 2d42bea3..87f8039a 100644 --- a/include/tccdefs.h +++ b/include/tccdefs.h @@ -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))); }