misplaced parenthese around definition of CONFIG_TCC_BCHECK
This commit is contained in:
parent
a5e714abec
commit
8878c29c5d
1 changed files with 2 additions and 2 deletions
4
tcc.h
4
tcc.h
|
@ -187,8 +187,8 @@ extern long double strtold (const char *__nptr, char **__endptr);
|
||||||
#if defined TCC_IS_NATIVE && !defined CONFIG_TCCBOOT
|
#if defined TCC_IS_NATIVE && !defined CONFIG_TCCBOOT
|
||||||
# define CONFIG_TCC_BACKTRACE
|
# define CONFIG_TCC_BACKTRACE
|
||||||
# if (defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64 || \
|
# if (defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64 || \
|
||||||
defined TCC_TARGET_ARM || defined TCC_TARGET_ARM64) || \
|
defined TCC_TARGET_ARM || defined TCC_TARGET_ARM64 || \
|
||||||
defined TCC_TARGET_RISCV64 \
|
defined TCC_TARGET_RISCV64) \
|
||||||
&& !defined TCC_UCLIBC && !defined TCC_MUSL
|
&& !defined TCC_UCLIBC && !defined TCC_MUSL
|
||||||
# define CONFIG_TCC_BCHECK /* enable bound checking code */
|
# define CONFIG_TCC_BCHECK /* enable bound checking code */
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue