1
0
Fork 0

FreeBSD: Fix multiple ctype inline definitions

This commit is contained in:
Christian Jullien 2020-12-20 09:45:16 +01:00
parent ac470a49d5
commit d4a4ee798b
1 changed files with 1 additions and 0 deletions

View File

@ -955,6 +955,7 @@ LIBTCCAPI TCCState *tcc_new(void)
tcc_define_symbol(s, "__GNUC__", "9");
tcc_define_symbol(s, "__GNUC_MINOR__", "3");
tcc_define_symbol(s, "__GNUC_PATCHLEVEL__", "0");
tcc_define_symbol(s, "__GNUC_STDC_INLINE__", "1");
tcc_define_symbol(s, "__amd64__", "1");
# endif
# else