diff options
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 1cd06fb..914fd43 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -1,6 +1,9 @@ /* Define to "%p" if printf supports it, else machmode.h will define it. */ #undef HOST_PTR_PRINTF +/* Define if you want expensive run-time checks. */ +#undef ENABLE_CHECKING + /* Define if your cpp understands the stringify operator. */ #undef HAVE_CPP_STRINGIFY |