diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.in b/gcc/config.in index 5cb748a..3bcc287 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,6 +1,6 @@ /* config.in. Generated automatically from configure.in by autoheader. */ -/* Define to "%p" if printf supports it, else machmode.h will define it. */ -#undef HOST_PTR_PRINTF +/* Define if printf supports "%p". */ +#undef HAVE_PRINTF_PTR /* Define if you want expensive run-time checks. */ #undef ENABLE_CHECKING |