diff options
Diffstat (limited to 'gcc/machmode.h')
-rwxr-xr-x | gcc/machmode.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/machmode.h b/gcc/machmode.h index 75a7d09..8d42416 100755 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -38,18 +38,6 @@ Boston, MA 02111-1307, USA. */ #endif -/* Provide a default way to print an address in hex via printf. */ - -#ifndef HOST_PTR_PRINTF -# ifdef HAVE_PRINTF_PTR -# define HOST_PTR_PRINTF "%p" -# else -# define HOST_PTR_PRINTF \ - (sizeof (int) == sizeof (char *) ? "%x" \ - : sizeof (long) == sizeof (char *) ? "%lx" : "%llx") -# endif -#endif /* ! HOST_PTR_PRINTF */ - /* Provide defaults for the way to print a HOST_WIDE_INT in various manners. */ |